Skip to content

Commit

Permalink
Try setting TMPDIR to RUNNER_TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdlr committed Oct 28, 2024
1 parent 00c7636 commit 0b6da01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
- name: Checking code format
run: cd ./packages/ciphernode && cargo fmt -- --check

- name: debug
run: env

- name: Run tests
run: |
cd ./packages/ciphernode/
cargo test
TMPDIR=${RUNNER_TEMP} cargo test

0 comments on commit 0b6da01

Please sign in to comment.