ci: fixup
This commit is contained in:
parent
1b10ee20ac
commit
c11ac61252
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-cargo-
|
||||
- name: cargo test
|
||||
run: cargo test
|
||||
# uncomment to enable clippy linter
|
||||
# uncomment to enable clippy linter
|
||||
# - name: cargo clippy
|
||||
# run: cargo clippy -- -D warnings
|
||||
# uncomment to enable format linter
|
||||
# uncomment to enable format linter
|
||||
# - name: cargo fmt
|
||||
# run: cargo fmt --check
|
||||
|
|
Loading…
Add table
Reference in a new issue