Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed May 31, 2022
1 parent 25e79a3 commit e775dbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- if: "matrix.platform == 'windows'"
shell: powershell
run: cargo test --test platformed vt_ris
- if: "matrix.platform == 'windows'"

# remove toolchain restriction when bumping msrv above 1.51
- if: "matrix.platform == 'windows' && matrix.toolchain == 'stable'"
shell: powershell
run: cd tests/win10; cargo +${{ matrix.toolchain }} run
run: cd tests/win10; cargo run

0 comments on commit e775dbd

Please sign in to comment.