Skip to content

Commit 91a0c35

Browse files
committed
Test
1 parent 4d2fa41 commit 91a0c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
# that, because we do not want to build inside a nested VM...
176176
cargo llvm-cov show-env | sed 's@.*@export \0@' > env.sh
177177
echo "export PYTHON=${PYTHON}" >> env.sh
178+
echo "export TMPDIR=/var/run/" >> env.sh
178179
source env.sh
179180
180181
cargo test --no-run --workspace --all-targets --features=nightly,generate-large-test-files 2>&1 | tee /tmp/cargo-build.log

0 commit comments

Comments
 (0)