cargo deny のインストールは時間がかかるので、 test を先に走らせる

This commit is contained in:
Tokuhiro Matsuno
2023-01-30 10:40:49 +09:00
parent e593233222
commit 60d92dcfff

View File

@ -37,7 +37,7 @@ jobs:
components: clippy, rustfmt
- run: cargo fmt --all --check
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo install --locked cargo-deny
- run: cargo deny check
- run: cargo test