This commit is contained in:
@@ -27,11 +27,5 @@ jobs:
|
||||
target
|
||||
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Format (check)
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
- name: Clippy
|
||||
run: cargo +nightly clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
- name: Build (release)
|
||||
run: cargo build --release
|
||||
|
||||
Reference in New Issue
Block a user