From 408474ca3181ec9948236372ad15d10fce8b280a Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 14 Jul 2022 17:55:50 +0200 Subject: test-ci: Use modern workspace option instead of all --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 433afadc..38b81842 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -- cgit