diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index af37af7fc429cc9311d033de6b22016ff1d3e24f..4e6664a6fb6fa2ab810adeae478885cdeb9b3519 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