Skip to content

Commit 65c71a0

Browse files
committed
ci: test with "use-installed-tools"
1 parent 7f13b89 commit 65c71a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
59-
run: cargo test --release
59+
run: cargo test --release --no-default-features --features "use-installed-tools"
6060

6161
# Examples
6262
- name: cargo check examples

0 commit comments

Comments
 (0)