only publish in master
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m0s Details

This commit is contained in:
Christoph J. Scherr 2024-01-17 01:25:18 +01:00
parent a3e5e93134
commit 1147575dc0
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 0 additions and 5 deletions

View File

@ -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 \