Skip to content

Commit 219c6bb

Browse files
XAMPPRockysmoelius
authored andcommitted
Update rust.yml
1 parent 8f7b69d commit 219c6bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: rustup default ${{ matrix.toolchain }}
3939
- name: Build
4040
run: cargo build --verbose
41+
- name: Run afl-system-config
42+
run: sudo AFLPlusPlus/afl-system-config
4143
- name: Build examples (with AFL instrumentation)
4244
run: cargo run afl build --examples --verbose
4345
- name: Run tests (with AFL instrumentation)

0 commit comments

Comments
 (0)