diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-06-17 16:03:25 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-06-17 16:03:25 +0000 |
| commit | ef0d4e19843731d491c606d7e70ab0724913616b (patch) | |
| tree | b5313fe095c392c470961ca54a0d8ab28ece0d90 /.github | |
| parent | 8ea1195068d39cba871b0f3babc15b9c90cfb337 (diff) | |
Add benches
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 256d8d2..7c8372e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,3 +21,4 @@ jobs: - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose --all-features + - run: cargo bench |
