This commit is contained in:
theKidOfArcrania 2024-05-15 10:40:48 -07:00 committed by Amanieu d'Antras
parent 3fdef93258
commit 24cb0c2bcc
2 changed files with 2 additions and 1 deletions

View file

@ -87,6 +87,7 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
rust: nightly
test_unc: 1
- target: i686-pc-windows-gnu
os: windows-latest
rust: nightly-i686-gnu

View file

@ -33,7 +33,7 @@ else
fi
if [ "${TEST_UNC:-}" = "1" ]; then
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \"\\\\?\\$(pwd)\""
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \\\\?\\$TEMP\\test_unc"
$run
$run --release
$run --features c