summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-07 20:02:13 -0700
committerGitHub <noreply@github.com>2019-08-07 20:02:13 -0700
commit962521f449dead58eb37eb46857bc6c52ee3a8da (patch)
tree3441b6cbe18e9649ae49ce5ea7ef776b7072082a /.cirrus.yml
parent831be9c08e1679b9f59e96e042f0258c9f682a48 (diff)
chore: enable full CI run (#1399)
* update all tests * fix doc examples * misc API tweaks
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 43b0b51f..e78c2d01 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,7 +8,7 @@ freebsd_instance:
task:
name: FreeBSD 12.0
env:
- LOOM_MAX_DURATION: 10
+ LOOM_MAX_PREEMPTIONS: 2
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -33,7 +33,7 @@ task:
echo "~~~~~~~~~~~~~~~~~~~~"
test_script:
- . $HOME/.cargo/env
- - cargo test --all --lib && cargo test --all --tests
+ - cargo test --all
- cargo doc --all --no-deps
# TODO: Re-enable
# i686_test_script: