Reenable testing

This commit is contained in:
RealStickman 2023-05-25 18:49:57 +02:00
parent 8c870ee447
commit 82016e6ba4

View File

@ -35,12 +35,12 @@ build() {
nimble build nimble build
} }
#check() { check() {
# change into source # change into source
# cd "$srcdir/${pkgname%-git}" cd "$srcdir/${pkgname%-git}"
# run all tests # run all tests
# nimble test nimble test
#} }
package() { package() {
# create our target filestructure # create our target filestructure