We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2fa41 commit 91a0c35Copy full SHA for 91a0c35
.github/workflows/test.yml
@@ -175,6 +175,7 @@ jobs:
175
# that, because we do not want to build inside a nested VM...
176
cargo llvm-cov show-env | sed 's@.*@export \0@' > env.sh
177
echo "export PYTHON=${PYTHON}" >> env.sh
178
+ echo "export TMPDIR=/var/run/" >> env.sh
179
source env.sh
180
181
cargo test --no-run --workspace --all-targets --features=nightly,generate-large-test-files 2>&1 | tee /tmp/cargo-build.log
0 commit comments