We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e79a3 commit e775dbdCopy full SHA for e775dbd
.github/workflows/merge.yml
@@ -57,6 +57,8 @@ jobs:
57
- if: "matrix.platform == 'windows'"
58
shell: powershell
59
run: cargo test --test platformed vt_ris
60
- - if: "matrix.platform == 'windows'"
+
61
+ # remove toolchain restriction when bumping msrv above 1.51
62
+ - if: "matrix.platform == 'windows' && matrix.toolchain == 'stable'"
63
- run: cd tests/win10; cargo +${{ matrix.toolchain }} run
64
+ run: cd tests/win10; cargo run
0 commit comments