.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