Skip to content

Commit

Permalink
ci: paths fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Jul 22, 2022
1 parent 592cafb commit 0b45b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- .
- target/*
clippy-workspace:
parameters:
framework:
Expand All @@ -26,6 +26,7 @@ jobs:
docker:
- image: cimg/rust:1.62.0
steps:
- checkout
- attach_workspace:
at: .
- run: |
Expand Down

0 comments on commit 0b45b30

Please sign in to comment.