summaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
authorZac Berkowitz <zac.berkowitz@gmail.com>2017-02-26 15:48:49 +0000
committerBryant Mairs <bryant@mai.rs>2017-04-09 07:41:58 -0700
commit22c37c25f9ea479fe84e613d3059f1a4099af5fc (patch)
treefde772de4cf13d78a3628a9a95707ccfe1ac6b65 /ci/script.sh
parentcb416eeeabdf04fd693d87d4bd4c829445d125e8 (diff)
downloadnix-22c37c25f9ea479fe84e613d3059f1a4099af5fc.zip
Removed commented `cargo run` targets in CI
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 260fb073..39c3aeec 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