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 266b988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 266b988

Please sign in to comment.