btrfs-progs: CI: enable fuzz tests
With recent fixes the fuzz tests pass, enable them for the continuos integration. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
936eaf9a36
commit
a8779ec9c8
|
@ -80,5 +80,6 @@ script:
|
|||
- "if travis/should-run-test; then make TEST_LOG=dump test-check; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-misc; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-fuzz; fi"
|
||||
# long running tests
|
||||
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"
|
||||
|
|
Loading…
Reference in New Issue