File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
- target : aarch64-pc-windows-msvc
23
23
os : windows-latest
24
24
rust : nightly
25
- test_unc : 1
25
+ test_verbatim : 1
26
26
no_std : 1
27
27
- target : arm-unknown-linux-gnueabi
28
28
os : ubuntu-latest
@@ -83,19 +83,19 @@ jobs:
83
83
- target : i686-pc-windows-msvc
84
84
os : windows-latest
85
85
rust : nightly
86
- test_unc : 1
86
+ test_verbatim : 1
87
87
- target : x86_64-pc-windows-msvc
88
88
os : windows-latest
89
89
rust : nightly
90
- test_unc : 1
90
+ test_verbatim : 1
91
91
- target : i686-pc-windows-gnu
92
92
os : windows-latest
93
93
rust : nightly-i686-gnu
94
- test_unc : 1
94
+ test_verbatim : 1
95
95
- target : x86_64-pc-windows-gnu
96
96
os : windows-latest
97
97
rust : nightly-x86_64-gnu
98
- test_unc : 1
98
+ test_verbatim : 1
99
99
steps :
100
100
- name : Print runner information
101
101
run : uname -a
@@ -120,7 +120,7 @@ jobs:
120
120
shell : bash
121
121
env :
122
122
NO_STD : ${{ matrix.no_std }}
123
- TEST_UNC : ${{ matrix.test_unc }}
123
+ TEST_VERBATIM : ${{ matrix.test_verbatim }}
124
124
125
125
# Otherwise we use our docker containers to run builds
126
126
- run : cargo generate-lockfile && ./ci/run-docker.sh ${{ matrix.target }}
Original file line number Diff line number Diff line change 32
32
$run --features no-f16-f128 --release
33
33
fi
34
34
35
- if [ " ${TEST_UNC :- } " = " 1" ]; then
36
- path =$( cmd.exe " / C echo \\\\ ?\\ %cd%\\ testcrate\\ target_unc " )
37
- run=" cargo test --manifest-path testcrate/Cargo.toml --target $target --target-dir $path "
35
+ if [ " ${TEST_VERBATIM :- } " = " 1" ]; then
36
+ verb_path =$( cmd.exe // C echo \\\\ ? \\ %cd%\\ testcrate\\ target2 )
37
+ run=" cargo test --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path "
38
38
$run
39
39
$run --release
40
40
$run --features c
You can’t perform that action at this time.
0 commit comments