.github/workflows/go.yml | 4 +--- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ff6f1ec76d1554f38061e3c2b8cc0e3d35e2458a..1e43e47d3fdc6d1676e5f9b312e8b4581f554a8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,9 +53,7 @@ fail-fast: false steps: - uses: actions/checkout@v2 - uses: ./.github/actions/go-common - - run: GOARCH=386 go test -timeout 1m $(go list ./... | grep -v /possum) - continue-on-error: true - - run: GOARCH=386 go test -run @ -bench . $(go list ./... | grep -v /possum) + - run: GOARCH=386 go test -run @ $(go list ./... | grep -v /possum) build-wasm: runs-on: ubuntu-latest