Skip to content

Commit

Permalink
add make test for 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellerozenblit committed Feb 15, 2023
1 parent 7da1c6d commit 631e797
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev-long-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
- name: OS-X test
run: make test # make -c lib all doesn't work because of the fact that it's not a tty

# lasts ~24mn
make-test-32bit:
runs-on: ubuntu-latest
env:
DEVNULLRIGHTS: 1
READFROMBLOCKDEVICE: 1
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
- name: make test
run: CFLAGS="-m32" make test

no-intrinsics-fuzztest:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 631e797

Please sign in to comment.