ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild template

This commit is contained in:
ClementTsang 2020-11-22 10:39:52 -05:00
parent 691f411283
commit 7887de2aba
2 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@
"statm", "statm",
"stime", "stime",
"subwidget", "subwidget",
"svenstaro",
"sysconf", "sysconf",
"sysinfo", "sysinfo",
"tebibyte", "tebibyte",

View File

@ -19,7 +19,7 @@ build() {
check() { check() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
cargo test --release --locked CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked
} }
package() { package() {