Skip to content

Commit

Permalink
updated ci pipeline; test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Sep 15, 2024
1 parent 05d550c commit 30877ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Test with latest nextest release
- uses: dtolnay/rust-toolchain@stable
- run: cargo nextest run --all-features --all-targets --retries 4 --no-fail-fast
uses: dtolnay/rust-toolchain@stable
run: cargo nextest run --all-features --all-targets --retries 4 --no-fail-fast

fmt:
name: Rust fmt
Expand Down

0 comments on commit 30877ca

Please sign in to comment.