mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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() {
|
check() {
|
||||||
cargo test --frozen
|
TMPDIR="$srcdir" cargo test --frozen
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user