summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-26 14:40:52 -0700
committerGitHub <noreply@github.com>2019-06-26 14:40:52 -0700
commit8404f796ac99504ac9fbbce898e78bb02f05804a (patch)
treeeb62ed173093a97f48a319ae26c86a81d2943735 /.cirrus.yml
parent6316aa1d0b0465e8ca72040879365a91c844887f (diff)
test: get `cargo test --tests` working (#1205)
Broken tests are disabled
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 75eccc81..125afa4c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,8 @@ task:
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- - sh rustup.sh -y --default-toolchain nightly
+ # TODO: switch back to nightly
+ - sh rustup.sh -y --default-toolchain nightly-2019-06-10
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |
@@ -32,8 +33,6 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --all --lib && cargo test --all --tests
- - (cd tokio-trace/test-log-support && cargo test)
- - (cd tokio-trace/test_static_max_level_features && cargo test)
- cargo doc --all
# TODO: Re-enable
# i686_test_script: