ci: reenable CI on FreeBSD i686 (#3204)

It was temporarily disabled in 06c473e628
and never reenabled.
This commit is contained in:
Alan Somers
2020-12-01 10:20:18 +09:00
committed by GitHub
parent 128495168d
commit 353b0544a0
+4 -5
View File
@@ -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