We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761e4db commit c8f248bCopy full SHA for c8f248b
1 file changed
.github/workflows/ci.yml
@@ -45,3 +45,5 @@ jobs:
45
run: cargo build --verbose --target i686-unknown-linux-gnu
46
- name: Run tests
47
run: cargo test --verbose --target i686-unknown-linux-gnu
48
+ - name: Run bench
49
+ run: cargo bench
0 commit comments