From 4133343e93ada5db02a99a781be8d2c8a77f9ac4 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 3 Aug 2018 22:10:50 -0400 Subject: [PATCH] Don't attempt running a lib crate --- ci/script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index d90650e..5549e97 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -12,9 +12,6 @@ main() { cross test --target $TARGET cross test --target $TARGET --release - - cross run --target $TARGET - cross run --target $TARGET --release } # we don't run the "test phase" when doing deploys