Skip to content

Commit 5e741a2

Browse files
ci(test): Replace --all with --workspace
According to `cargo test --help`, `--all` is a deprecated alias to `--workspace`.
1 parent 952feeb commit 5e741a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3636

3737
- name: Run Cargo Tests
38-
run: cargo test --all
38+
run: cargo test --workspace

0 commit comments

Comments
 (0)