diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 06f7ec7..544b81c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,3 +22,4 @@ jobs: - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose + - run: cargo build --release --target=x86_64-unknown-linux-musl