diff options
author | 2022-07-14 17:55:50 +0200 | |
---|---|---|
committer | 2022-07-14 19:39:43 +0200 | |
commit | 408474ca3181ec9948236372ad15d10fce8b280a (patch) | |
tree | d6d978c8665ae2ad69b8165446979b6c461995f4 /.github/workflows | |
parent | b6278afe3acfc57567fb20c9fc9b1bd7c38796ba (diff) | |
download | iced-408474ca3181ec9948236372ad15d10fce8b280a.tar.gz iced-408474ca3181ec9948236372ad15d10fce8b280a.tar.bz2 iced-408474ca3181ec9948236372ad15d10fce8b280a.zip |
test-ci: Use modern workspace option instead of all
Diffstat (limited to '.github/workflows')
-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 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 |