diff options
author | 2024-04-07 08:52:28 +0200 | |
---|---|---|
committer | 2024-04-07 08:52:28 +0200 | |
commit | 68056f8ca401e2d0b5c96e18c78e19a771b3df07 (patch) | |
tree | 3afa3a2d1c0917bc7600fd0dfa40556a08ec0026 /.github | |
parent | 67716720875368ac4ab2354bcea026a4fadbb469 (diff) | |
download | iced-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.yml | 4 |
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 |