Auto merge of #12540 - weihanglo:resolver-tests, r=epage

ci: test `resolver-tests` in a separate job
This commit is contained in:
bors 2023-08-22 21:49:01 +00:00
commit 43585c111a

View File

@ -176,7 +176,7 @@ jobs:
run: 'cargo test -p cargo --test testsuite -- fix::'
env:
__CARGO_TEST_FORCE_ARGFILE: 1
- run: cargo test --workspace --exclude cargo --exclude benchsuite
- run: cargo test --workspace --exclude cargo --exclude benchsuite --exclude resolver-tests
- name: Check benchmarks
run: |
# This only tests one benchmark since it can take over 10 minutes to