Use the simple CLI command.

This commit is contained in:
Luke Curley 2023-05-22 22:08:34 -07:00
parent 7b13dfe989
commit d3d1c17520
1 changed files with 2 additions and 7 deletions

View File

@ -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