Skip to content

Commit 7622b5a

Browse files
committed
btrfs-progs: ci: enable fuzz tests
Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 251083b commit 7622b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/devel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: sudo make TEST_LOG=dump test-check-lowmem
3333
- name: Tests misc
3434
run: sudo make TEST_LOG=dump test-misc
35+
- name: Tests fuzz
36+
run: sudo make TEST_LOG=dump test-fuzz
3537
- name: Tests json formatter
3638
run: make test-json
3739
- name: Tests string-table formatter

0 commit comments

Comments
 (0)