diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c7f8a157..ed0996638 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,9 +34,9 @@ jobs: cargo build - name: Run tests run: | - cargo test --no-default-features --color always -- --color always - cargo test --color always -- --color always - cargo test --features all --color always -- --color always + cargo test --no-default-features -- --color always + cargo test -- --color always + cargo test --features all -- --color always - name: fmt run: cargo fmt -v -- --check - name: lint