diff --git a/.github/workflows/integration-arm64.yaml b/.github/workflows/integration-arm64.yaml index fc48655c5..da6e9432e 100644 --- a/.github/workflows/integration-arm64.yaml +++ b/.github/workflows/integration-arm64.yaml @@ -11,9 +11,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Run unit tests - run: scripts/dev_cli.sh tests --unit + - name: Run unit tests (musl) + run: scripts/dev_cli.sh tests --unit --libc musl - name: Load openvswitch module run: sudo modprobe openvswitch - - name: Run integration tests - run: scripts/dev_cli.sh tests --integration \ No newline at end of file + - name: Run integration tests (musl) + run: scripts/dev_cli.sh tests --integration --libc musl \ No newline at end of file