Skip to content

Commit 9477abc

Browse files
committed
Re-enable x86_64-pc-windows-msvc dev runs
1 parent a695f2b commit 9477abc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ jobs:
172172
tuple: aarch64-pc-windows-msvc
173173
os: windows-latest
174174
norun: true
175-
- target:
176-
tuple: x86_64-pc-windows-msvc
177-
os: windows-latest
178-
profile: dev
179-
norun: true # FIXME: why doesn't this work in debug mode?
180175

181176
steps:
182177
- uses: actions/checkout@v4

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -ex
88
# having only one thread increases debuggability to be worth it.
99
#export RUST_BACKTRACE=full
1010
#export RUST_TEST_NOCAPTURE=1
11-
#export RUST_TEST_THREADS=1
11+
export RUST_TEST_THREADS=1
1212

1313
export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
1414
export HOST_RUSTFLAGS="${RUSTFLAGS}"

0 commit comments

Comments
 (0)