Skip to content

Commit

Permalink
add python integration tests to Rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Aug 28, 2023
1 parent 1da2f97 commit 16f0d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --no-default-features --verbose
- name: Run Python integration tests
run: ./tests/py-integration-tests.sh

0 comments on commit 16f0d7f

Please sign in to comment.