summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:39:52 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:39:52 -0500
commit7887de2aba22c4478c796e1db6272fb4e3770df6 (patch)
tree09150118beb7aed2e5614cdee4024b1ef9c27530
parent691f411283cf26d53e4a2acdb396e856868edb5c (diff)
ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild template
-rw-r--r--.vscode/settings.json1
-rw-r--r--deployment/linux/arch/PKGBUILD.template2
2 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1b7f47ed..2ec8a939 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -96,6 +96,7 @@
"statm",
"stime",
"subwidget",
+ "svenstaro",
"sysconf",
"sysinfo",
"tebibyte",
diff --git a/deployment/linux/arch/PKGBUILD.template b/deployment/linux/arch/PKGBUILD.template
index a8b36f52..77ffee96 100644
--- a/deployment/linux/arch/PKGBUILD.template
+++ b/deployment/linux/arch/PKGBUILD.template
@@ -19,7 +19,7 @@ build() {
check() {
cd $pkgname-$pkgver
- cargo test --release --locked
+ CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked
}
package() {