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.
1 parent 04c4866 commit 73175bdCopy full SHA for 73175bd
ci/run.sh
@@ -34,7 +34,7 @@ fi
34
35
if [ "${TEST_UNC:-}" = "1" ]; then
36
function run() {
37
- cmd.exe /c cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@"
+ cmd.exe /c cargo build --manifest-path "testcrate\\Cargo.toml" --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@"
38
}
39
run
40
run --release
0 commit comments