Skip to content

Commit

Permalink
Run tests on GOARCH=386
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnet committed Jan 3, 2025
1 parent 682936f commit 2f079e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: go test ./...
- name: Test386
run: go test ./...
env: {GOARCH: "386"}
- name: TestInline
run: go test -v -run=TestInline
env: {TEST_INLINE: true}
Expand Down

0 comments on commit 2f079e6

Please sign in to comment.