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 88cc8e6 commit bf6f369Copy full SHA for bf6f369
.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
59
- run: cargo test --release
+ run: cargo test --release --no-default-features --features "use-installed-tools"
60
61
# Examples
62
- name: cargo check examples
0 commit comments