There was an error while loading. Please reload this page.
1 parent 6f99e34 commit 3c63498Copy full SHA for 3c63498
2 files changed
.github/workflows/test.yml
@@ -17,7 +17,6 @@ jobs:
17
"" \
18
19
20
- "false" \
21
--log-level warn \
22
--manifest-path test/Cargo.toml \
23
@@ -31,7 +30,6 @@ jobs:
31
30
32
33
34
35
36
37
--all-features \
@@ -46,7 +44,6 @@ jobs:
46
44
47
45
48
49
50
51
52
check \
entrypoint.sh
@@ -31,11 +31,7 @@ if [ -n "$4" ]; then
chmod 0600 "/root/.ssh/known_hosts"
fi
-if [ -n "$5" ]; then
- export CARGO_NET_GIT_FETCH_WITH_CLI="$5"
-fi
-
38
-shift 5
+shift 4
39
40
# Due to how github actions run containers we need to explicitly force colors
41
# as TTY detection fails inside them
0 commit comments