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
.vscode
deployment/linux/arch

View File

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

View File

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