We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c43fac commit e528ff5Copy full SHA for e528ff5
1 file changed
.github/workflows/test.yml
@@ -29,20 +29,6 @@ jobs:
29
./configure --pedantic --sanitize memory
30
make -j`nproc` test
31
32
- linux-gcc-fuzz:
33
- runs-on: ubuntu-22.04
34
- steps:
35
- - name: checkout
36
- uses: actions/checkout@v2
37
- - name: dependenices
38
- run: sudo apt-get update && sudo apt-get install afl
39
- - name: test
40
- env:
41
- CC: afl-gcc
42
- run: |
43
- ./configure --pedantic --fuzz afl
44
- make -j`nproc` fuzz
45
-
46
linux-gcc-i386:
47
runs-on: ubuntu-22.04
48
steps:
0 commit comments