Skip to content

Commit

Permalink
fix test-rust
Browse files Browse the repository at this point in the history
these dependencies neither seem to exist nor are they seem to be required
  • Loading branch information
chris-ha458 committed Aug 19, 2023
1 parent 0e3707c commit 9b445c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test-python:
pytest -vs tests/python
rm -rf tests/work/*

test-rust: test-rust-clean test-rust-setup
test-rust:
cargo test -- --nocapture
rm -rf tests/work/*

Expand Down

0 comments on commit 9b445c4

Please sign in to comment.