Skip to content

Commit c8f248b

Browse files
committed
add bench
1 parent 761e4db commit c8f248b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
run: cargo build --verbose --target i686-unknown-linux-gnu
4646
- name: Run tests
4747
run: cargo test --verbose --target i686-unknown-linux-gnu
48+
- name: Run bench
49+
run: cargo bench

0 commit comments

Comments
 (0)