Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
CI: Use --all-features to enable the testing backend
Browse files Browse the repository at this point in the history
Hopefully fixes #7.
  • Loading branch information
yvt committed Oct 26, 2019
1 parent 1d103e8 commit c24b3e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ stages:
# additional native dependencies (included in `linuxPrestep`) and
# adds too much a hassle for other platforms, especially
# Windows + MSVC.
echo '##vso[task.setvariable variable=test_build_flags]$(test_build_flags) --features testing'
#
# However, you can't use `--feature` when testing a whole
# workspace (rust-lang/cargo#6195). So we use `--all-features`
# instead.
echo '##vso[task.setvariable variable=test_build_flags]$(test_build_flags) --all-features'
MacOS:
vmImage: macOS-10.13
prepareScript: ""
Expand Down

0 comments on commit c24b3e7

Please sign in to comment.