Skip to content

Commit

Permalink
ci fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianUekermann committed Nov 10, 2024
1 parent f8eee23 commit bbebf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add clippy
- run: cargo fmt --check
- run: cargo build --verbose --no-default-features --features ${{ matrix.crypto }},${{ matrix.tokio }}
- run: cargo test --verbose --no-default-features --features ${{ matrix.crypto }},${{ matrix.tokio }}
- run: cargo clippy --tests --no-default-features --features ${{ matrix.crypto }},${{ matrix.tokio }}

0 comments on commit bbebf26

Please sign in to comment.