diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b7bd6f..928443d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} + - run: cargo clippy + - run: cargo fmt -- --check - run: cargo build --verbose - run: cargo test --verbose