Skip to content

Commit

Permalink
CI: Just build on 386
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 28, 2024
1 parent edf59f0 commit 4890e2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4890e2c

Please sign in to comment.