Skip to content

Commit 36c91de

Browse files
committedMay 28, 2025
ci: share cargo target dir for examples
1 parent f17d7ed commit 36c91de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/rust-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
command: test
5454

5555
- name: Run tests for examples
56+
env:
57+
CARGO_TARGET_DIR: ${{ github.workspace }}/target
5658
shell: bash
5759
run: |
5860
for dir in examples/*; do (echo "Running example: $dir" && cargo test --manifest-path $dir/Cargo.toml); done

0 commit comments

Comments
 (0)