File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,17 +135,17 @@ jobs:
135135 - uses : taiki-e/setup-cross-toolchain-action@v1
136136 with :
137137 target : x86_64-pc-windows-gnu
138- runner : wine@7.13
138+ runner : wine@8.1
139139 - name : Tests
140- run : cargo test --all-features --target x86_64-pc-windows-gnu
140+ run : cargo test --all-features --target x86_64-pc-windows-gnu --no-fail-fast
141141 env :
142142 # Several tests are still failing, so emit cfg(wine) to allow ignoring
143143 # them by cfg_attr(wine, ignore).
144- RUSTFLAGS : ${{ env.RUSTFLAGS }} --cfg wine
144+ RUSTFLAGS : ${{ env.RUSTFLAGS }}
145145 - name : Tests release build
146- run : cargo test --release --all-features --target x86_64-pc-windows-gnu
146+ run : cargo test --release --all-features --target x86_64-pc-windows-gnu --no-fail-fast
147147 env :
148- RUSTFLAGS : ${{ env.RUSTFLAGS }} --cfg wine
148+ RUSTFLAGS : ${{ env.RUSTFLAGS }}
149149 # Single job required to merge the pr.
150150 Passed :
151151 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments