We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb40a46 commit 25e4733Copy full SHA for 25e4733
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: cargo test -p rustc_codegen_spirv --release --no-default-features --features "use-installed-tools"
57
58
- name: workspace test (excluding examples)
59
- run: cargo test --release --workspace --exclude "example-runner-*"
+ run: cargo test --release --workspace --exclude "example-runner-*" --no-default-features --features "use-installed-tools"
60
61
# Examples
62
- name: cargo check examples
0 commit comments