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 8f7b69d commit 219c6bbCopy full SHA for 219c6bb
.github/workflows/rust.yml
@@ -38,6 +38,8 @@ jobs:
38
run: rustup default ${{ matrix.toolchain }}
39
- name: Build
40
run: cargo build --verbose
41
+ - name: Run afl-system-config
42
+ run: sudo AFLPlusPlus/afl-system-config
43
- name: Build examples (with AFL instrumentation)
44
run: cargo run afl build --examples --verbose
45
- name: Run tests (with AFL instrumentation)
0 commit comments