This commit is contained in:
Sean OMeara 2022-12-14 18:04:00 +01:00
commit 63c0335e6b

View file

@ -30,10 +30,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: |
cargo fmt --all -- --check
cargo clippy -- -D warnings
- name: make
run: make
- name: selftest