Finish Rust CI immediately on test failures

This commit is contained in:
Valmo Trindade
2026-08-07 14:13:20 -03:00
parent 398f11efb8
commit c941e61e20
+1 -3
View File
@@ -48,13 +48,11 @@ jobs:
--fail-under-lines 100
- name: Generate LCOV artifact
if: always()
run: cargo llvm-cov --all-targets --locked --lcov --output-path lcov.info
- name: Upload LCOV artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: rust-lcov
path: lcov.info
if-no-files-found: warn
if-no-files-found: error