Skip to content

Commit efea6ea

Browse files
committed
Build fuzz in ci
1 parent f4d613e commit efea6ea

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
@@ -197,3 +197,13 @@ jobs:
197197
shell: pwsh
198198
run: |
199199
make ci-asm
200+
201+
linux-fuzz:
202+
runs-on: ubuntu-latest
203+
steps:
204+
- uses: actions/checkout@v3
205+
- name: Build fuzz
206+
run: |
207+
sudo apt install device-tree-compiler
208+
cargo install cargo-fuzz
209+
cargo +nightly fuzz build

0 commit comments

Comments
 (0)