From 0e003b5dba306143beb586231f17e013a946e4b2 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Oct 2020 23:17:43 -0500 Subject: [PATCH] Build loaf for minitest --- nimterop.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/nimterop.nimble b/nimterop.nimble index 6d4306c..9a9083f 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -49,6 +49,7 @@ task docs, "Generate docs": buildDocs(@["nimterop/all.nim"], "build/htmldocs") task minitest, "Test for Nim CI": + exec "nim c -f -d:danger nimterop/loaf.nim" exec "nim c -f -d:danger nimterop/toast" exec "nim c -f -d:checkAbi -r tests/tast2.nim" exec "nim c -f -d:checkAbi -d:zlibJBB -d:zlibSetVer=1.2.11 -r tests/zlib.nim"