Skip to content

Commit 77070b7

Browse files
Firestar99LegNeato
authored andcommitted
ci: move testing difftests to difftest ci
1 parent 27564b0 commit 77070b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 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 (excluding examples)
59-
run: cargo test --release --workspace --exclude "example-runner-*" --no-default-features --features "use-installed-tools"
58+
- name: workspace test (excluding examples & difftest)
59+
run: cargo test --release --workspace --exclude "example-runner-*" --exclude "difftest*" --no-default-features --features "use-installed-tools"
6060

6161
# Examples
6262
- name: cargo check examples
@@ -187,6 +187,8 @@ jobs:
187187
run: cargo fetch --locked --target ${{ matrix.target }}
188188
- name: cargo fetch --locked difftests
189189
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target ${{ matrix.target }}
190+
- name: test difftest
191+
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
190192
- name: difftests
191193
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
192194

0 commit comments

Comments
 (0)