From 40525d484fe5ba37cbcaf6fea578b6fe326e7eb3 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 10 Jan 2024 12:56:32 +0200 Subject: [PATCH] run testament --- build.nims | 4 ++-- config.nims | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.nims b/build.nims index c77fb87..f0a5785 100644 --- a/build.nims +++ b/build.nims @@ -3,5 +3,5 @@ task genffi, "update the nim ffi bindings": exec "cargo install nbindgen" exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim" -task test, "run unit tests": - exec "testament pattern 'test/" +task tests, "run unit tests": + exec "testament pattern \"tests/t*.nim\" " diff --git a/config.nims b/config.nims index c266802..50ed134 100644 --- a/config.nims +++ b/config.nims @@ -1,2 +1 @@ - include "build.nims"