Skip to content

Commit

Permalink
Fix Makefile test target
Browse files Browse the repository at this point in the history
Otherwise, no tests are being run.
  • Loading branch information
jonasnick committed Jan 5, 2021
1 parent 1f2342b commit ac1100e
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
@@ -1,5 +1,5 @@
test:
cargo test
cargo test --features "global-context"

build:
cargo build
Expand Down

0 comments on commit ac1100e

Please sign in to comment.