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.
example-runner-*
1 parent bf6f369 commit 27564b0Copy full SHA for 27564b0
.github/workflows/ci.yaml
@@ -55,8 +55,8 @@ jobs:
55
- name: rustc_codegen_spirv test
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 --no-default-features --features "use-installed-tools"
+ - name: workspace test (excluding examples)
+ 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