Skip to content

Commit 3b59721

Browse files
Merge #426
426: Do not run benchmarks in the pipline. r=jswrenn a=meltinglava ref #425 Co-authored-by: Meltinglava <[email protected]>
2 parents b085c52 + 27abfcd commit 3b59721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ script:
1717
cargo build --verbose --no-default-features &&
1818
cargo build --verbose --features "$FEATURES" &&
1919
cargo test --verbose --features "$FEATURES" &&
20-
cargo bench --verbose --features "$FEATURES"
20+
cargo bench --no-run --verbose --features "$FEATURES"

0 commit comments

Comments
 (0)