ci: starting to setup project for 2024 edition

This commit is contained in:
Xavier Morel
2024-12-02 10:23:52 +01:00
parent f735e7d3da
commit 4a50d82a84
4 changed files with 7 additions and 8 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