We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--features
sane
1 parent 32554e0 commit a572848Copy full SHA for a572848
1 file changed
justfile
@@ -31,7 +31,7 @@ docsrs:
31
32
# Quick and dirty CI useful for pre-push checks.
33
sane: fmt-check lint
34
- cargo test --quiet --all-targets --no-default-features --features > /dev/null || exit 1
+ cargo test --quiet --all-targets --no-default-features > /dev/null || exit 1
35
cargo test --quiet --all-targets > /dev/null || exit 1
36
cargo test --quiet --all-targets --all-features > /dev/null || exit 1
37
0 commit comments