Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Don't run benchmarks in CI (#982)
Browse files Browse the repository at this point in the history
* Clippy

* Missing docs

* Broken doc links

* Don't run benchmarks in CI
  • Loading branch information
alice-i-cecile authored Jun 23, 2023
1 parent dcd0fd6 commit 7047488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn main() {

if what_to_run.contains(&Check::Test) {
// Run tests (except doc tests and without building examples)
cmd!(sh, "cargo test --workspace --lib --bins --tests --benches")
cmd!(sh, "cargo test --workspace --lib --bins --tests")
.run()
.expect("Please fix failing tests in output above.");
}
Expand Down

0 comments on commit 7047488

Please sign in to comment.