From 0d65bcdd52d7eda9d4e642d2ad7bb0e3f5a97e0a Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 30 Apr 2020 11:55:07 -0600 Subject: [PATCH] Run docs on rsa.nim --- nimterop.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nimterop.nimble b/nimterop.nimble index 8a47465..38a2d5d 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -61,8 +61,8 @@ task test, "Test": execTest "tests/tpcre.nim", "-d:FLAGS=\"-f:ast2\"" when defined(Linux): - execTest "tests/rsa.nim", runDocs = false - execTest "tests/rsa.nim", "-d:FLAGS=\"-H\"", runDocs = false + execTest "tests/rsa.nim" + execTest "tests/rsa.nim", "-d:FLAGS=\"-H\"" # Platform specific tests when defined(Windows):