mirror of
https://github.com/mii443/akaza.git
synced 2025-08-23 07:15:32 +00:00
cargo deny のインストールは時間がかかるので、 test を先に走らせる
This commit is contained in:
2
.github/workflows/ci-simple.yml
vendored
2
.github/workflows/ci-simple.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
- run: cargo fmt --all --check
|
- run: cargo fmt --all --check
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
|
- run: cargo test
|
||||||
- run: cargo install --locked cargo-deny
|
- run: cargo install --locked cargo-deny
|
||||||
- run: cargo deny check
|
- run: cargo deny check
|
||||||
- run: cargo test
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user