From 598ba1a4b07a9f84347968719c059c887c0e5b41 Mon Sep 17 00:00:00 2001 From: Lucas Jansen <7199136+staticintlucas@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:07:49 +0000 Subject: [PATCH] W/A rust-lang/cargo#10303 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4b2d95..70d5c2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,10 +62,12 @@ jobs: run: cargo build env: RUSTFLAGS: -D warnings + CARGO_NET_GIT_FETCH_WITH_CLI: true # rust-lang/cargo#10303 - name: Run cargo test run: cargo test env: RUSTFLAGS: -D warnings + CARGO_NET_GIT_FETCH_WITH_CLI: true # rust-lang/cargo#10303 coverage: name: Test coverage