Skip to content

Commit d3d0b92

Browse files
add make test for 32bit
1 parent 7da1c6d commit d3d0b92

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/dev-long-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@ jobs:
3838
- name: OS-X test
3939
run: make test # make -c lib all doesn't work because of the fact that it's not a tty
4040

41+
# lasts ~24mn
42+
make-test-32bit:
43+
runs-on: ubuntu-latest
44+
env:
45+
DEVNULLRIGHTS: 1
46+
READFROMBLOCKDEVICE: 1
47+
steps:
48+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
49+
- name: make test
50+
run: |
51+
sudo apt-get -qqq update
52+
make libc6install
53+
CFLAGS="-m32" make test
54+
4155
no-intrinsics-fuzztest:
4256
runs-on: ubuntu-latest
4357
steps:

0 commit comments

Comments
 (0)