Bundled should work on CI windows, probably

This commit is contained in:
Thom Chiovoloni 2020-04-11 21:32:17 -07:00 committed by Thom Chiovoloni
parent 24295a5210
commit 214986d232

View File

@ -45,6 +45,7 @@ jobs:
args: --features bundled --workspace --all-targets
- name: "cargo test --features 'bundled-full session buildtime_bindgen'"
# TODO: clang is installed on these -- but `bindgen` can't find it...
if: matrix.platform.os != 'windows-latest'
uses: actions-rs/cargo@v1
with:
@ -52,7 +53,6 @@ jobs:
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
- name: "cargo test --features bundled-full"
if: matrix.platform.os == 'windows-latest'
uses: actions-rs/cargo@v1
with:
command: test