Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 16, 2024
1 parent 04b61e6 commit e20a834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: cargo build --verbose
- name: Run tests (Rust)
run: cargo test --verbose
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e20a834

Please sign in to comment.