diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 491722a..7fa87fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,6 @@ jobs: "" \ "" \ "" \ - "false" \ --log-level warn \ --manifest-path test/Cargo.toml \ "" \ @@ -31,7 +30,6 @@ jobs: "" \ "" \ "" \ - "false" \ --log-level warn \ --manifest-path test/Cargo.toml \ --all-features \ @@ -46,7 +44,6 @@ jobs: "" \ "" \ "" \ - "false" \ --log-level warn \ --manifest-path test/Cargo.toml \ check \ diff --git a/entrypoint.sh b/entrypoint.sh index ba9fa82..02c61ad 100755 --- a/entrypoint.sh +++ b/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 - -shift 5 +shift 4 # Due to how github actions run containers we need to explicitly force colors # as TTY detection fails inside them