Skip to content

Commit d1c7cbf

Browse files
committed
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.
1 parent e9cce9b commit d1c7cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ task:
1313
- rustup default stable
1414
test_script:
1515
- . $HOME/.cargo/env
16-
- cargo test --workspace
16+
- cargo test --workspace --features=all-apis
1717

1818
task:
1919
name: stable x86_64-unknown-freebsd-12
@@ -27,4 +27,4 @@ task:
2727
- rustup default stable
2828
test_script:
2929
- . $HOME/.cargo/env
30-
- cargo test --workspace
30+
- cargo test --workspace --features=all-apis

0 commit comments

Comments
 (0)