run testament

This commit is contained in:
Jaremy Creechley 2024-01-10 12:56:32 +02:00
parent 58327fcf11
commit 40525d484f
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 2 additions and 3 deletions

View File

@ -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\" "

View File

@ -1,2 +1 @@
include "build.nims"