We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resolver-tests
1 parent 3bb02f2 commit f9920c2Copy full SHA for f9920c2
.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