From cc6396ec560b67b1cc91cae582f5b52129bfb1ef Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 5 Jun 2018 11:06:26 +0200 Subject: [PATCH] Run cargo test on CI --- .appveyor.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 8bcad380..26f40a9e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -78,3 +78,4 @@ before_test: # environment variable. test_script: - bootimage build + - cargo test diff --git a/.travis.yml b/.travis.yml index 1a8cc6c7..32c682e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,4 @@ before_script: script: - bootimage build + - cargo test