Skip to content

Commit e7ebf96

Browse files
committed
Auto merge of #12540 - weihanglo:resolver-tests, r=epage
ci: test `resolver-tests` in a separate job
2 parents 4df5a17 + f9920c2 commit e7ebf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: 'cargo test -p cargo --test testsuite -- fix::'
177177
env:
178178
__CARGO_TEST_FORCE_ARGFILE: 1
179-
- run: cargo test --workspace --exclude cargo --exclude benchsuite
179+
- run: cargo test --workspace --exclude cargo --exclude benchsuite --exclude resolver-tests
180180
- name: Check benchmarks
181181
run: |
182182
# This only tests one benchmark since it can take over 10 minutes to

0 commit comments

Comments
 (0)