Skip to content

Commit

Permalink
Get integration test binary from deps dir
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Mar 19, 2020
1 parent 606e328 commit e4fc931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4fc931

Please sign in to comment.