Skip to content

Commit f9920c2

Browse files
committed
ci: test resolver-tests in a separate job
1 parent 3bb02f2 commit f9920c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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)