diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 8735f7a99d..1ff0be8def 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -97,7 +97,7 @@ jobs: - name: Build TinyGo release tarball run: make release -j3 - name: Test stdlib packages - run: make tinygo-test TEST_ADDITIONAL_FLAGS="-scheduler=tasks" + run: make tinygo-test - name: Make release artifact run: cp -p build/release.tar.gz build/tinygo${{ steps.version.outputs.version }}.darwin-${{ matrix.goarch }}.tar.gz - name: Publish release artifact