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 7f13b89 commit bb40a46Copy full SHA for bb40a46
.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
+ - name: workspace test (excluding examples)
+ run: cargo test --release --workspace --exclude "example-runner-*"
60
61
# Examples
62
- name: cargo check examples
0 commit comments