diff --git a/.appveyor.yml b/.appveyor.yml index 26f40a9e..e53ce814 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,3 +79,4 @@ before_test: test_script: - bootimage build - cargo test + - bootimage test diff --git a/.travis.yml b/.travis.yml index 32c682e5..b6b73ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,4 @@ before_script: script: - bootimage build - cargo test + - bootimage test