File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55
55
- name : rustc_codegen_spirv test
56
56
run : cargo test -p rustc_codegen_spirv --release --no-default-features --features "use-installed-tools"
57
57
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"
60
60
61
61
# Examples
62
62
- name : cargo check examples
@@ -187,6 +187,8 @@ jobs:
187
187
run : cargo fetch --locked --target ${{ matrix.target }}
188
188
- name : cargo fetch --locked difftests
189
189
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"
190
192
- name : difftests
191
193
run : cargo run -p difftests --release --no-default-features --features "use-installed-tools"
192
194
You can’t perform that action at this time.
0 commit comments