Skip to content

Commit 25e4733

Browse files
committed
ci: test with "use-installed-tools"
1 parent bb40a46 commit 25e4733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo test -p rustc_codegen_spirv --release --no-default-features --features "use-installed-tools"
5757

5858
- name: workspace test (excluding examples)
59-
run: cargo test --release --workspace --exclude "example-runner-*"
59+
run: cargo test --release --workspace --exclude "example-runner-*" --no-default-features --features "use-installed-tools"
6060

6161
# Examples
6262
- name: cargo check examples

0 commit comments

Comments
 (0)