From d516dac0c33c4c9f1e76eb8f338790f3b2455273 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 15:41:13 +0100 Subject: [PATCH] Update CI scripts for unit testing post --- .appveyor.yml | 2 ++ .travis.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5b68599e..d9b56030 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -74,3 +74,5 @@ before_test: test_script: - bootimage build + - if %target%==x86_64-pc-windows-gnu cargo test + - if %target%==x86_64-pc-windows-msvc cargo test diff --git a/.travis.yml b/.travis.yml index 699c60af..8819d85b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,4 +35,5 @@ before_script: script: - bootimage build + - cargo test - cargo cache --autoclean