From f9920c2750d088eeb843f790eebc4e6084024d5c Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 22 Aug 2023 12:52:12 +0100 Subject: [PATCH] ci: test `resolver-tests` in a separate job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e71f14b88f..74feeb8d6b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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