updated ci pipeline; test 2

This commit is contained in:
epi
2024-09-14 22:47:47 -04:00
parent 05d550c7f8
commit 30877cadb8

View File

@@ -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