Skip to content

Commit

Permalink
also run rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Oct 9, 2024
1 parent bb0e9dd commit 0aa9b2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
shell: bash -l {0}
run: make

- name: test
- name: python tests
shell: bash -l {0}
run: pytest

- name: rust tests
run: cargo test --verbose --no-fail-fast

0 comments on commit 0aa9b2f

Please sign in to comment.