ci pipeline >:( #37

Merged
PlexSheep merged 2 commits from devel into master 2024-01-17 01:35:48 +01:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 1147575dc0 - Show all commits

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 \