summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-04-25 19:22:32 -0700
committerDavid Barsky <dbarsky@amazon.com>2019-04-25 22:22:32 -0400
commit0e400af78c049c4b52fa4cb346237b43218b0ec9 (patch)
treeff9f15c215826f3d3fdd3e9dc4d3f912b109ceba /.cirrus.yml
parentdf702130d6b3d0c9a84b3cc3851423d99f8274bc (diff)
Async/await polish (#1058)
A general refresh of Tokio's experimental async / await support.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 922c5bee..89161f5c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,13 +31,13 @@ task:
folder: $HOME/.cargo/registry
test_script:
- . $HOME/.cargo/env
- - cargo test --all --no-fail-fast
+ - cargo test --all
- (cd tokio-trace/test-log-support && cargo test)
- (cd tokio-trace/test_static_max_level_features && cargo test)
- cargo doc --all
i686_test_script:
- . $HOME/.cargo/env
- |
- cargo test --all --exclude tokio-tls --no-fail-fast --target i686-unknown-freebsd
+ cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
before_cache_script:
- rm -rf $HOME/.cargo/registry/index