Skip to content

Commit

Permalink
Add --features=all-apis to the Cirrus CI config.
Browse files Browse the repository at this point in the history
This enables testing for all the API modules, such as fs, net, process,
and all the rest.
  • Loading branch information
sunfishcode committed Dec 5, 2022
1 parent e9cce9b commit d1c7cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Expand Up @@ -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
Expand All @@ -27,4 +27,4 @@ task:
- rustup default stable
test_script:
- . $HOME/.cargo/env
- cargo test --workspace
- cargo test --workspace --features=all-apis

0 comments on commit d1c7cbf

Please sign in to comment.