Skip to content

Commit 0542edb

Browse files
committed
Build fuzz in ci
1 parent ada76d4 commit 0542edb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/develop.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,13 @@ jobs:
172172
shell: pwsh
173173
run: |
174174
make ci-asm
175+
176+
linux-fuzz:
177+
runs-on: ubuntu-latest
178+
steps:
179+
- uses: actions/checkout@v3
180+
- name: Build fuzz
181+
run: |
182+
sudo apt install device-tree-compiler
183+
cargo install cargo-fuzz
184+
cargo +nightly fuzz build

0 commit comments

Comments
 (0)