btrfs-progs: ci: enable fuzz tests
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f2b3170c3b
commit
5636dce4f6
|
@ -32,6 +32,8 @@ jobs:
|
|||
run: sudo make TEST_LOG=dump test-check-lowmem
|
||||
- name: Tests misc
|
||||
run: sudo make TEST_LOG=dump test-misc
|
||||
- name: Tests fuzz
|
||||
run: sudo make TEST_LOG=dump test-fuzz
|
||||
- name: Tests json formatter
|
||||
run: make test-json
|
||||
- name: Tests string-table formatter
|
||||
|
|
Loading…
Reference in New Issue