Skip to content

Commit

Permalink
Auto merge of #12540 - weihanglo:resolver-tests, r=epage
Browse files Browse the repository at this point in the history
ci: test `resolver-tests` in a separate job
  • Loading branch information
bors committed Aug 22, 2023
2 parents 50ba4bf + f9920c2 commit 43585c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43585c1

Please sign in to comment.