Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Sep 20, 2024
1 parent b3b03f0 commit ccc8cfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build for ${{ matrix.arch }}
run: make ARCH=${{ matrix.arch }}

test:
test-musl:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -69,5 +69,7 @@ jobs:
- uses: ./.github/workflows/actions/setup-qemu
with:
qemu-version: ${{ env.qemu-version }}
- name: Run tests
- name: Build rustup target
run: rustup target add ${{ matrix.arch }}-unknown-linux-musl
- name: Run tests for musl applications
run: make test ARCH=${{ matrix.arch }}

0 comments on commit ccc8cfb

Please sign in to comment.