summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-07 08:52:28 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-07 08:52:28 +0200
commit68056f8ca401e2d0b5c96e18c78e19a771b3df07 (patch)
tree3afa3a2d1c0917bc7600fd0dfa40556a08ec0026 /.github
parent67716720875368ac4ab2354bcea026a4fadbb469 (diff)
downloadiced-68056f8ca401e2d0b5c96e18c78e19a771b3df07.tar.gz
iced-68056f8ca401e2d0b5c96e18c78e19a771b3df07.tar.bz2
iced-68056f8ca401e2d0b5c96e18c78e19a771b3df07.zip
Test benchmarks in GitHub CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 47c61f5e..c48b8b5b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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