Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Oct 15, 2024
1 parent 70a315d commit 9aa20c6
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 @@ -16,7 +16,7 @@ develop: env

.PHONY: test
test: develop
. env/bin/activate && RUST_BACKTRACE=1 python -m pytest python/test/ && cargo test
. env/bin/activate && RUST_BACKTRACE=1 python -m pytest python/test/unit && cargo test

.PHONY: build
build: env
Expand Down

0 comments on commit 9aa20c6

Please sign in to comment.