Skip to content

Commit

Permalink
ci: remember to check python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 3, 2024
1 parent 23993b3 commit 2df77a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
key: rust-${{ hashFiles('Cargo.toml') }}
- uses: mozilla-actions/[email protected]
- run: cargo test --workspace
- run: cargo test --workspace -F=py

clippy:
runs-on: ubuntu-latest
Expand All @@ -38,6 +39,7 @@ jobs:
key: rust-${{ hashFiles('Cargo.toml') }}
- uses: mozilla-actions/[email protected]
- run: cargo clippy --workspace
- run: cargo clippy --workspace -F=py

rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2df77a2

Please sign in to comment.