diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e588a9d279d..dc1a2e8f158 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -138,7 +138,7 @@ jobs: # rebuild here. # Put "./cockroachdb/bin" and "./clickhouse" on the PATH for the test # suite. - run: TMPDIR=$OMICRON_TMP PATH="$PATH:$PWD/cockroachdb/bin:$PWD/clickhouse" RUSTFLAGS="-D warnings" RUSTDOCFLAGS="-D warnings" cargo test --workspace --locked --verbose + run: TMPDIR=$OMICRON_TMP PATH="$PATH:$PWD/cockroachdb/bin:$PWD/clickhouse" RUSTFLAGS="-D warnings" RUSTDOCFLAGS="-D warnings" cargo test --no-fail-fast --workspace --locked --verbose - name: Archive any failed test results if: ${{ failure() }} # actions/upload-artifact@v2.3.1