btrfs-progs: ci: enable library-test
For some reason the test was not enabled in the CI builds and would have caught the build problem fixed by the previous patch. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f6f518a081
commit
6315cf6d37
|
@ -73,6 +73,7 @@ addons:
|
|||
script:
|
||||
# quick build tests
|
||||
- "if travis/should-run-test; then docker run -it --env CC=$CC kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump library-test; fi"
|
||||
# real tests
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
|
|
Loading…
Reference in New Issue