ci: update GH actions

This commit is contained in:
Xavier Morel
2024-11-27 17:09:36 +01:00
parent c71c8eeb73
commit 4a13f4f6b2
2 changed files with 5 additions and 6 deletions

View File

@@ -25,9 +25,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- name: cargo test
run: cargo test
# uncomment to enable clippy linter
# - name: cargo clippy
# run: cargo clippy -- -D warnings
# uncomment to enable format linter
# - name: cargo fmt
# run: cargo fmt --check
- name: cargo clippy
run: cargo clippy -- -D warnings
- name: cargo fmt
run: cargo fmt --check