[arch-commits] Commit in broot/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Mar 14 14:31:50 UTC 2020
Date: Saturday, March 14, 2020 @ 14:31:49
Author: svenstaro
Revision: 596984
Run cargo test
Modified:
broot/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++++
1 file changed, 5 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 14:21:56 UTC (rev 596983)
+++ PKGBUILD 2020-03-14 14:31:49 UTC (rev 596984)
@@ -19,6 +19,11 @@
cargo build --release --locked
}
+check() {
+ cd $pkgname-$pkgver
+ cargo test --release --locked
+}
+
package() {
cd $pkgname-$pkgver
install -Dt "$pkgdir"/usr/bin target/release/$pkgname
More information about the arch-commits
mailing list