Skip to content

Commit

Permalink
ci: test resolver-tests in a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 22, 2023
1 parent 3bb02f2 commit f9920c2
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 f9920c2

Please sign in to comment.