aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nimterop.nimble4
1 files 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):