aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2dbd6e6..dd1bf7b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ test: test-fast test-exhaustive
test-fast: test-std test-no-std
test-exhaustive:
- cargo test --ignored
- cargo test --no-default-features --ignored
+ cargo test -- --ignored
+ cargo test --no-default-features -- --ignored
test-std:
cargo test