We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085c52 commit 27abfcdCopy full SHA for 27abfcd
.travis.yml
@@ -17,4 +17,4 @@ script:
17
cargo build --verbose --no-default-features &&
18
cargo build --verbose --features "$FEATURES" &&
19
cargo test --verbose --features "$FEATURES" &&
20
- cargo bench --verbose --features "$FEATURES"
+ cargo bench --no-run --verbose --features "$FEATURES"
0 commit comments