Skip to content

Commit 3be816c

Browse files
committed
[DO NOT MERGE] try wine 8.1
1 parent 2109ba9 commit 3be816c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)