From 266b9885f7850aeb524ccec982e610463f6e253a Mon Sep 17 00:00:00 2001 From: flip1995 Date: Thu, 19 Mar 2020 13:58:08 +0100 Subject: [PATCH] Get integration test binary from deps dir cc rust-lang/cargo#7965 --- .github/workflows/clippy_bors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index a4f7b64cb6a7..8393b16d464c 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -209,7 +209,7 @@ jobs: run: | DIR=$CARGO_TARGET_DIR/debug find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf - mv $DIR/integration-* $DIR/integration + mv $DIR/deps/integration-* $DIR/integration rm -rf $CARGO_TARGET_DIR/release - name: Upload Binaries