Skip to content

Commit 27564b0

Browse files
Firestar99LegNeato
authored andcommitted
ci: don't test example-runner-*, they have no tests, just check them
1 parent bf6f369 commit 27564b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: rustc_codegen_spirv test
5656
run: cargo test -p rustc_codegen_spirv --release --no-default-features --features "use-installed-tools"
5757

58-
- name: workspace test
59-
run: cargo test --release --no-default-features --features "use-installed-tools"
58+
- name: workspace test (excluding examples)
59+
run: cargo test --release --workspace --exclude "example-runner-*" --no-default-features --features "use-installed-tools"
6060

6161
# Examples
6262
- name: cargo check examples

0 commit comments

Comments
 (0)