one more again

This commit is contained in:
epi
2022-04-14 08:13:51 -05:00
parent 03a36f0b60
commit d1a74207f4
3 changed files with 146 additions and 146 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --all-features --all-targets --retries 2
args: run --all-features --all-targets --retries 10
fmt:
name: Rust fmt

View File

@@ -22,7 +22,7 @@ jobs:
with:
command: llvm-cov
args: clean --workspace
- run: cargo llvm-cov --all-features --no-fail-fast --lcov --output-path lcov.info
- run: cargo llcargo llvm-cov nextest --all-features --no-fail-fast --lcov --output-path lcov.info -- --retries 10
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: