Date: Thursday, March 16, 2023 @ 16:49:40
  Author: orhun
Revision: 1421102

upgpkg: atuin 13.0.1-3: run all the tests (FS#77862)

Modified:
  atuin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 16:31:26 UTC (rev 1421101)
+++ PKGBUILD    2023-03-16 16:49:40 UTC (rev 1421102)
@@ -3,7 +3,7 @@
 
 pkgname=atuin
 pkgver=13.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Magical shell history"
 arch=('x86_64')
 url="https://github.com/ellie/atuin";
@@ -31,7 +31,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen
+  cargo test --frozen --all-features --workspace
 }
 
 package() {

Reply via email to