test-ci: Use modern workspace option instead of all

This commit is contained in:
Luni-4 2022-07-14 17:55:50 +02:00
parent b6278afe3a
commit 408474ca31

View file

@ -20,8 +20,8 @@ jobs:
sudo apt-get install -y libxkbcommon-dev
- name: Run tests
run: |
cargo test --verbose --all
cargo test --verbose --all --all-features
cargo test --verbose --workspace
cargo test --verbose --workspace --all-features
web:
runs-on: ubuntu-latest