From 9ac1c982b867e0ed7dc494fc2ee11023d4ceac81 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Tue, 20 Aug 2024 08:43:01 -0700 Subject: [PATCH] seeya Signed-off-by: Takeshi Yoneda --- .github/workflows/commit.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 330062a9bb..fc3027c726 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -152,20 +152,6 @@ jobs: # This runs all tests compiled above in sequence. Note: This mounts /tmp to allow t.TempDir() in tests. run: find . -name "*.test" | xargs -Itestbin docker run --platform linux/${{ matrix.arch }} -v $(pwd)/testbin:/test -v $(pwd)/wazerocli:/wazero -e WAZEROCLI=/wazero --tmpfs /tmp --rm -t wazero:test - test_tinygo: - name: "TinyGo on Ubuntu" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: ${{ env.GO_VERSION }} - - uses: acifani/setup-tinygo@v2 - with: - tinygo-version: "0.33.0" - - run: tinygo build ./cmd/wazero - - run: tinygo build -size short -target pico -stack-size=8kb ./cmd/wazero - # This ensures that internal/integration_test/fuzz is runnable, and is not intended to # run full-length fuzzing while trying to find low-hanging frontend bugs. fuzz: