Skip to content

Commit e528ff5

Browse files
committed
configure: sync test worfklow
1 parent 4c43fac commit e528ff5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ jobs:
2929
./configure --pedantic --sanitize memory
3030
make -j`nproc` test
3131
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-
4632
linux-gcc-i386:
4733
runs-on: ubuntu-22.04
4834
steps:

0 commit comments

Comments
 (0)