From 22c37c25f9ea479fe84e613d3059f1a4099af5fc Mon Sep 17 00:00:00 2001 From: Zac Berkowitz Date: Sun, 26 Feb 2017 15:48:49 +0000 Subject: [PATCH] Removed commented `cargo run` targets in CI --- ci/script.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 260fb073ab..39c3aeec73 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -14,10 +14,6 @@ main() { # Run tests on debug and release targets. cross test --target $TARGET cross test --target $TARGET --release - - # nix is a library -- no run target - # cross run --target $TARGET - # cross run --target $TARGET --release } # we don't run the "test phase" when doing deploys