We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da1c6d commit d3d0b92Copy full SHA for d3d0b92
.github/workflows/dev-long-tests.yml
@@ -38,6 +38,20 @@ jobs:
38
- name: OS-X test
39
run: make test # make -c lib all doesn't work because of the fact that it's not a tty
40
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
+
55
no-intrinsics-fuzztest:
56
runs-on: ubuntu-latest
57
steps:
0 commit comments