first clean then clippy

This commit is contained in:
Stephan Dilly 2020-03-27 00:34:59 +01:00
parent b86ddeffd5
commit 2c5f1f2142

View File

@ -23,4 +23,4 @@ jobs:
- name: Run tests
run: cargo test --workspace -- --test-threads=1
- name: Run clippy
run: cargo clippy
run: cargo clean && cargo clippy