]> Sergey Matveev's repositories - btrtrc.git/commitdiff
CI: Just build on 386 v1.55.0
authorMatt Joiner <anacrolix@gmail.com>
Wed, 28 Feb 2024 04:53:03 +0000 (15:53 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 28 Feb 2024 04:53:03 +0000 (15:53 +1100)
.github/workflows/go.yml

index ff6f1ec76d1554f38061e3c2b8cc0e3d35e2458a..1e43e47d3fdc6d1676e5f9b312e8b4581f554a8e 100644 (file)
@@ -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