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 03f85c2 commit 6deb16cCopy full SHA for 6deb16c
.github/workflows/ci.yaml
@@ -29,6 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
- uses: dtolnay/rust-toolchain@nightly
31
- run: cargo test --all --verbose
32
+ - run: cargo bench
33
34
clippy:
35
name: Clippy
0 commit comments