diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 7ea08f5..f0a69fa 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -27,12 +27,7 @@ jobs: run: cargo test --verbose - name: fmt - uses: actions-rust-lang/rustfmt@v1 - with: - manifest-path: server/Cargo.toml + run: cargo fmt --check - name: clippy - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + run: cargo clippy