Skip to content

Commit a572848

Browse files
committed
ci: remove --features flag from sane just recipe
1 parent 32554e0 commit a572848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docsrs:
3131

3232
# Quick and dirty CI useful for pre-push checks.
3333
sane: fmt-check lint
34-
cargo test --quiet --all-targets --no-default-features --features > /dev/null || exit 1
34+
cargo test --quiet --all-targets --no-default-features > /dev/null || exit 1
3535
cargo test --quiet --all-targets > /dev/null || exit 1
3636
cargo test --quiet --all-targets --all-features > /dev/null || exit 1
3737

0 commit comments

Comments
 (0)