Check benchmarks only instead of testing them in CI
This commit is contained in:
parent
bcd6873b37
commit
5e01d767c5
2 changed files with 13 additions and 5 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -22,5 +22,5 @@ jobs:
|
|||
sudo apt-get install -y libxkbcommon-dev libgtk-3-dev
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo test --verbose --workspace --benches
|
||||
cargo test --verbose --workspace --benches --all-features
|
||||
cargo test --verbose --workspace
|
||||
cargo test --verbose --workspace --all-features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue