btrfs-progs: run mkfs tests in CI

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2016-11-30 16:50:33 +01:00
parent 8fe3a7bfd0
commit fd60bbfcba
1 changed files with 1 additions and 0 deletions

View File

@ -62,5 +62,6 @@ addons:
script:
- "./autogen.sh && ./configure --disable-documentation && make"
- "make TEST_LOG=dump test-cli"
- "make TEST_LOG=dump test-mkfs"
- "make TEST_LOG=dump test-check"
- "make TEST_LOG=dump test-misc"