mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-07 07:02:43 +00:00
newapkbuild: do not run cargo test with --release
It takes a longer time to compile and, most importantly, it may cause unnecessary rebuild of everything in the package phase (installation).
This commit is contained in:
parent
bf1dae494b
commit
140d8ab82c
@ -156,7 +156,7 @@ __EOF__
|
||||
|
||||
check_rust() {
|
||||
cat >>APKBUILD<<__EOF__
|
||||
cargo test --frozen --release
|
||||
cargo test --frozen
|
||||
__EOF__
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user