Skip to content

Commit

Permalink
ci: share rust target in check-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 19, 2023
1 parent c8f632d commit 535f408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run Cargo Check
run: |
cargo check --workspace --all-targets --release --locked
cd crates/node_binding && cargo check --workspace --all-targets --release --locked && cd ../../
cd crates/node_binding && cargo check --workspace --all-targets --release --locked --target-dir ../../target && cd ../../
- name: Run Clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 535f408

Please sign in to comment.