From: Matt Joiner Date: Wed, 28 Feb 2024 04:53:03 +0000 (+1100) Subject: CI: Just build on 386 X-Git-Tag: v1.55.0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4890e2c22c9fa52eebdd0d254b7b3da60ae313cf;p=btrtrc.git CI: Just build on 386 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ff6f1ec7..1e43e47d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,9 +53,7 @@ jobs: 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