Skip to content

Commit

Permalink
Use nextest through Makefile test recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Apr 7, 2024
1 parent 91bb776 commit 65fbd76
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 @@ -56,7 +56,7 @@ run:
test: export RUST_BACKTRACE = 1
test:
$(info RUSTFLAGS is $(RUSTFLAGS))
cargo test -- --test-threads=1
cargo nextest r

bench:
$(info RUSTFLAGS is $(RUSTFLAGS))
Expand Down

0 comments on commit 65fbd76

Please sign in to comment.