diff --git a/.github/workflows/RustCI.yml b/.github/workflows/RustCI.yml index 2000cebe..ad504985 100644 --- a/.github/workflows/RustCI.yml +++ b/.github/workflows/RustCI.yml @@ -30,7 +30,7 @@ jobs: - name: Install toolchain (minimal, stable) uses: dtolnay/rust-toolchain@stable - name: Run cargo test - run: cargo test --verbose + run: cargo test --verbose --no-fail-fast lint: name: Lint