ci: test resolver-tests in a separate job

This commit is contained in:
Weihang Lo 2023-08-22 12:52:12 +01:00
parent 3bb02f23a2
commit f9920c2750
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

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