Skip to content

Commit

Permalink
Update build_and_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Carow, Kyle authored and GitHub Enterprise committed Dec 18, 2023
1 parent 7b0e3ed commit 6a3dd47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_and_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
echo "Testing rust" &&
(cd rust/fastsim-core/ && cargo test) &&
(cd rust/fastsim-cli/ && cargo test) &&
(cd rust && cargo test) &&
pip install -qe ".[dev]" &&
echo "Running python tests" &&
pytest -v python/fastsim/tests/ &&
Expand Down

0 comments on commit 6a3dd47

Please sign in to comment.