Use the simple CLI command.
This commit is contained in:
parent
7b13dfe989
commit
d3d1c17520
|
@ -27,12 +27,7 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: fmt
|
- name: fmt
|
||||||
uses: actions-rust-lang/rustfmt@v1
|
run: cargo fmt --check
|
||||||
with:
|
|
||||||
manifest-path: server/Cargo.toml
|
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
run: cargo clippy
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
args: --all-features
|
|
||||||
|
|
Loading…
Reference in New Issue