From d1c7cbfa239c111ff1d9a6bd5b53cd257317aae6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 5 Dec 2022 13:16:56 -0800 Subject: [PATCH] Add --features=all-apis to the Cirrus CI config. This enables testing for all the API modules, such as fs, net, process, and all the rest. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 136813726..b7910b983 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,7 +13,7 @@ task: - rustup default stable test_script: - . $HOME/.cargo/env - - cargo test --workspace + - cargo test --workspace --features=all-apis task: name: stable x86_64-unknown-freebsd-12 @@ -27,4 +27,4 @@ task: - rustup default stable test_script: - . $HOME/.cargo/env - - cargo test --workspace + - cargo test --workspace --features=all-apis