mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/cargo-update: fix tests
They are failing with "Is a directory" errors, probably meaning the builders have something the tests don't expect under `/tmp`.
This commit is contained in:
parent
762b2a2cc1
commit
d1d002b3b6
@ -34,7 +34,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cargo test --frozen
|
||||
TMPDIR="$srcdir" cargo test --frozen
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user