Skip to content

Commit

Permalink
ci: upgrade nextest-rs/nextest on windows CI runner
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Apr 7, 2023
1 parent f56e66c commit d5495aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci_unit_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
scoop install git
scoop bucket add extras
scoop install llvm yasm
- name: Install cargo-nextest
run: |
scoop install wget
wget https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.36/cargo-nextest-0.9.36-x86_64-pc-windows-msvc.zip
7z x cargo-nextest-0.9.36-x86_64-pc-windows-msvc.zip -oC:\Users\Administrator\.cargo\bin -y
- name: Install nextest dependency
run: scoop install jq
- name: Install nextest-rs/nextest
uses: taiki-e/install-action@nextest
- run: |
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
devtools/ci/ci_main.sh
Expand Down

0 comments on commit d5495aa

Please sign in to comment.