fix CI
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m21s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m21s
Details
This commit is contained in:
parent
d8d6bb9a67
commit
08c153049a
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo check --all-features --all-targets
|
- run: cargo check --all-features --all-targets
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- run: cargo fmt --all
|
|
||||||
- run: cargo fix --all-features --all-targets
|
- run: cargo fix --all-features --all-targets
|
||||||
|
- run: cargo fmt --all
|
||||||
- run: cargo test --all-features --all-targets
|
- run: cargo test --all-features --all-targets
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue