Browse Source

Make test workflow more strict: cargo-clippy should run clean now

pull/2/head
JuanLeon Lahoz 5 years ago
parent
commit
b17deef32e
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -18,3 +18,5 @@ jobs:
run: cargo test --verbose
- name: Check format
run: cargo fmt -- --check
- name: Run clippy
run: cargo clippy -- -D clippy

Loading…
Cancel
Save