Add MUSL build step
Some checks failed
Cargo Build & Test / Rust project - latest (beta) (push) Failing after 8s
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 7s
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 58s

This commit is contained in:
2025-10-04 16:56:44 -05:00
parent 20b6fe6cc9
commit 148f0743c4

View File

@@ -22,3 +22,4 @@ jobs:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose - run: cargo build --verbose
- run: cargo test --verbose - run: cargo test --verbose
- run: cargo build --release --target=x86_64-unknown-linux-musl