We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df5a17 + f9920c2 commit e7ebf96Copy full SHA for e7ebf96
.github/workflows/main.yml
@@ -176,7 +176,7 @@ jobs:
176
run: 'cargo test -p cargo --test testsuite -- fix::'
177
env:
178
__CARGO_TEST_FORCE_ARGFILE: 1
179
- - run: cargo test --workspace --exclude cargo --exclude benchsuite
+ - run: cargo test --workspace --exclude cargo --exclude benchsuite --exclude resolver-tests
180
- name: Check benchmarks
181
run: |
182
# This only tests one benchmark since it can take over 10 minutes to
0 commit comments