From 82016e6ba4afa6c5112594a920610aa0ddc17e4d Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 25 May 2023 18:49:57 +0200 Subject: [PATCH] Reenable testing --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 36e8fb2..a272808 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,12 +35,12 @@ build() { nimble build } -#check() { +check() { # change into source -# cd "$srcdir/${pkgname%-git}" + cd "$srcdir/${pkgname%-git}" # run all tests -# nimble test -#} + nimble test +} package() { # create our target filestructure