Skip to content

Commit

Permalink
removed retries from nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Feb 27, 2024
1 parent df64d6a commit 22f2948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --all-features --all-targets --retries 10
args: run --all-features --all-targets

fmt:
name: Rust fmt
Expand Down

0 comments on commit 22f2948

Please sign in to comment.