fix CI
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m21s
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m21s
This commit is contained in:
parent
d8d6bb9a67
commit
08c153049a
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo check --all-features --all-targets
|
||||
- run: rustup component add rustfmt
|
||||
- run: cargo fmt --all
|
||||
- run: cargo fix --all-features --all-targets
|
||||
- run: cargo fmt --all
|
||||
- run: cargo test --all-features --all-targets
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue