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 26e5c7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- run: cargo sort --check --workspace
- run: cargo check --workspace
- persist_to_workspace:
root: .
paths:
- .
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 26e5c7f

Please sign in to comment.