to check rus-musl-action workflow

This commit is contained in:
DastInDark
2022-09-22 18:48:52 +09:00
parent 45a7b15161
commit d70114c91e

View File

@@ -41,15 +41,19 @@ jobs:
- name: m1 mac Build
run: cargo build --verbose --target aarch64-apple-darwin
- name: Intel mac Build
run: cargo build --verbose --target x86_64-apple-darwin
uses: Shogan/rust-musl-action@v1.0.2
with:
args: cargo build --verbose --target x86_64-apple-darwin
# - name: Setup build lib
# run: sudo apt install -y mingw-w64
# - name: x86-64-windows(msvc) Build
# run: cargo build --verbose --target x86_64-pc-windows-msvc
# - name: i686-windows(msvc) Build
# run: cargo build --verbose --target i686-pc-windows-msvc
# - name: Linux musl Build
# run: cross build --verbose --target x86_64-unknown-linux-musl
- name: Linux musl Build
uses: Shogan/rust-musl-action@v1.0.2
with:
run: cross build --verbose --target x86_64-unknown-linux-musl
- name: Run tests
env:
RUST_TEST_THREADS: 1