Test benchmarks in GitHub CI

This commit is contained in:
Héctor Ramón Jiménez 2024-04-07 08:52:28 +02:00
parent 6771672087
commit 68056f8ca4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 4 additions and 4 deletions

View file

@ -22,5 +22,5 @@ jobs:
sudo apt-get install -y libxkbcommon-dev libgtk-3-dev
- name: Run tests
run: |
cargo test --verbose --workspace
cargo test --verbose --workspace --all-features
cargo test --verbose --workspace --benches
cargo test --verbose --workspace --benches --all-features