Skip to content

Commit

Permalink
chore: update cargo test command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed May 20, 2024
1 parent c7bf416 commit 13d5cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }}
- name: Run tests
run: cargo test --all-features --all
run: cargo test --all-features

fmt:
name: cargo fmt
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
target/
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }}
- name: Check with clippy
run: cargo clippy --all --all-features
run: cargo clippy --all-features

0 comments on commit 13d5cd6

Please sign in to comment.