ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild template
This commit is contained in:
parent
691f411283
commit
7887de2aba
|
@ -96,6 +96,7 @@
|
|||
"statm",
|
||||
"stime",
|
||||
"subwidget",
|
||||
"svenstaro",
|
||||
"sysconf",
|
||||
"sysinfo",
|
||||
"tebibyte",
|
||||
|
|
|
@ -19,7 +19,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
cargo test --release --locked
|
||||
CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in New Issue