summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2020-11-30 18:20:18 -0700
committerGitHub <noreply@github.com>2020-12-01 10:20:18 +0900
commit353b0544a04214e7d6e828641e2045df1d97cda8 (patch)
tree468f282ba9f5116f5ed9a81abacbb7385aaa9c1e
parent128495168d390092df2cb8ae8577cfec09f666ff (diff)
ci: reenable CI on FreeBSD i686 (#3204)
It was temporarily disabled in 06c473e62842d257ed275497ce906710ea3f8e19 and never reenabled.
-rw-r--r--.cirrus.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7fc1c1a7..78b43bd9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -23,8 +23,7 @@ task:
- . $HOME/.cargo/env
- cargo test --all
- cargo doc --all --no-deps
- # TODO: Re-enable
- # i686_test_script:
- # - . $HOME/.cargo/env
- # - |
- # cargo test --all --exclude tokio-macros --target i686-unknown-freebsd
+ i686_test_script:
+ - . $HOME/.cargo/env
+ - |
+ cargo test --all --target i686-unknown-freebsd