Skip to content

Commit

Permalink
Merge pull request #471 from drakkan/test32bit
Browse files Browse the repository at this point in the history
CI: run test cases also on 32-bit arch
  • Loading branch information
drakkan committed Sep 27, 2021
2 parents 42e9800 + 7b9575b commit 858320b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -29,3 +29,10 @@ jobs:
run: |
make integration
make integration_w_race
- name: Run tests on 32-bit arch
if: startsWith(matrix.os, 'ubuntu-')
run: |
make integration
env:
GOARCH: 386

0 comments on commit 858320b

Please sign in to comment.