Skip to content

Commit

Permalink
ci: add 32-bit test
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Oct 17, 2024
1 parent 45f6db3 commit fcc7c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ jobs:

- name: test
run: make TESTFLAGS="${{ matrix.race }}" test

- name: test 32-bit
run: make GOARCH=386 TESTFLAGS="${{ matrix.race }}" test

0 comments on commit fcc7c0e

Please sign in to comment.