projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf59f0
)
CI: Just build on 386
v1.55.0
author
Matt Joiner <anacrolix@gmail.com>
Wed, 28 Feb 2024 04:53:03 +0000 (15:53 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Wed, 28 Feb 2024 04:53:03 +0000 (15:53 +1100)
.github/workflows/go.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/go.yml
b/.github/workflows/go.yml
index ff6f1ec76d1554f38061e3c2b8cc0e3d35e2458a..1e43e47d3fdc6d1676e5f9b312e8b4581f554a8e 100644
(file)
--- 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