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 <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Oct 17, 2024
1 parent 45f6db3 commit e2f9e99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ jobs:

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

- name: test 32-bit
if: ${{ matrix.race }} == "" # -race is not supported on linux/386
run: make GOARCH=386 test

0 comments on commit e2f9e99

Please sign in to comment.