Skip to content

Commit f198459

Browse files
committed
ci: move "test difftest" to test job
1 parent 7519e71 commit f198459

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yaml

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

59-
- name: workspace test (excluding examples & difftest)
60-
run: cargo test --release --workspace --exclude "example-runner-*" --exclude "difftest*" --no-default-features --features "use-installed-tools,clap"
59+
- name: workspace test (excluding examples)
60+
run: cargo test --release --workspace --exclude "example-runner-*" --no-default-features --features "use-installed-tools,clap"
6161

6262
# Examples
6363
- name: cargo check examples
@@ -198,8 +198,6 @@ jobs:
198198
run: cargo fetch --locked --target $TARGET
199199
- name: cargo fetch --locked difftests
200200
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target $TARGET
201-
- name: test difftest
202-
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
203201
- name: difftests
204202
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
205203

0 commit comments

Comments
 (0)