diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index af37af7fc4..4e6664a6fb 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -18,10 +18,6 @@ runs: shell: bash -euxo pipefail {0} run: script/clear-target-dir-if-larger-than 100 - - name: Run check - shell: bash -euxo pipefail {0} - run: cargo check --tests --workspace - - name: Run tests shell: bash -euxo pipefail {0} run: cargo nextest run --workspace --no-fail-fast