We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-pc-windows-msvc
1 parent a695f2b commit 9477abcCopy full SHA for 9477abc
.github/workflows/main.yml
@@ -172,11 +172,6 @@ jobs:
172
tuple: aarch64-pc-windows-msvc
173
os: windows-latest
174
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?
180
181
steps:
182
- uses: actions/checkout@v4
ci/run.sh
@@ -8,7 +8,7 @@ set -ex
8
# having only one thread increases debuggability to be worth it.
9
#export RUST_BACKTRACE=full
10
#export RUST_TEST_NOCAPTURE=1
11
-#export RUST_TEST_THREADS=1
+export RUST_TEST_THREADS=1
12
13
export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
14
export HOST_RUSTFLAGS="${RUSTFLAGS}"
0 commit comments