Cargo test --all is deprecated, use --workspace instead (#2664)

This commit is contained in:
Tim Visée
2023-09-15 12:54:49 +02:00
committed by GitHub
parent ed99c722b7
commit c56ddc028f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: cargo test --all
run: cargo test --workspace
# build:
# runs-on: ubuntu-latest