diff options
| author | flip1995 <hello@philkrones.com> | 2020-03-19 13:58:08 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-03-19 16:10:33 +0100 |
| commit | e4fc9316cd25fca678b6a37ec53a21fb6bdc8dbb (patch) | |
| tree | 7c40bb5bad800e464e904f612f9019a13b29e797 /.github/workflows | |
| parent | 606e3285b213d699a2885175751a10e40a437070 (diff) | |
| download | rust-e4fc9316cd25fca678b6a37ec53a21fb6bdc8dbb.tar.gz rust-e4fc9316cd25fca678b6a37ec53a21fb6bdc8dbb.zip | |
Get integration test binary from deps dir
cc rust-lang/cargo#7965
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index a4f7b64cb6a..6675a1029bb 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -208,8 +208,9 @@ jobs: - name: Extract Binaries run: | DIR=$CARGO_TARGET_DIR/debug + rm $DIR/deps/integration-*.d + mv $DIR/deps/integration-* $DIR/integration find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf - mv $DIR/integration-* $DIR/integration rm -rf $CARGO_TARGET_DIR/release - name: Upload Binaries |
