mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 13:30:44 +00:00
ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild template
This commit is contained in:
Vendored
+1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user