Skip to content

Commit

Permalink
chore(ci): Use --workspace instead of (deprecated) --all
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Dec 4, 2023
1 parent 4ed6687 commit 604ec07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install required packages (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libgssapi-krb5-2 libkrb5-dev
- run: cargo test --all
- run: cargo test --workspace
env:
RUSTFLAGS: ${{matrix.rustflags}} ${{env.RUSTFLAGS}}

Expand All @@ -78,7 +78,7 @@ jobs:
- name: Install required packages (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libgssapi-krb5-2 libkrb5-dev
- run: cargo miri test --all --all-features
- run: cargo miri test --workspace --all-features
env:
MIRIFLAGS: -Zmiri-strict-provenance

Expand Down

0 comments on commit 604ec07

Please sign in to comment.