generated from PlexSheep/baserepo
only publish in master
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m0s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m0s
Details
This commit is contained in:
parent
a3e5e93134
commit
1147575dc0
|
@ -14,11 +14,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo check --all-features --all-targets
|
||||
- run: rustup component add rustfmt
|
||||
- run: cargo fix --all-features --all-targets
|
||||
- run: cargo fmt --all
|
||||
- run: cargo test --all-features --all-targets
|
||||
- run: |
|
||||
for CRATE in {libpt-log,libpt-core,libpt-math,libpt-ccc,libpt-bintols,libpt-hedu,libpt-net,libpt-bin,libpt}; do
|
||||
cargo publish \
|
||||
|
|
Reference in New Issue