Skip to content

Commit 5b2e88f

Browse files
Firestar99LegNeato
authored andcommitted
ci: move "test difftest" to test job
1 parent ba5564b commit 5b2e88f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

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

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

5858
# Examples
5959
- name: cargo check examples
@@ -175,8 +175,6 @@ jobs:
175175
run: cargo fetch --locked --target $TARGET
176176
- name: cargo fetch --locked difftests
177177
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target $TARGET
178-
- name: test difftest
179-
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
180178
- name: difftests
181179
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
182180

0 commit comments

Comments
 (0)