Skip to content

Commit

Permalink
test docs on nim >= 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jan 6, 2024
1 parent 6a12755 commit a3f5389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ task test2, "Test":
exec "nim c -r -d:release -o:bin/regex src/regex.nim"
exec "nim c -r -d:danger -o:bin/regex src/regex.nim"
# Test runnable examples
when (NimMajor, NimMinor) >= (1, 1):
when (NimMajor, NimMinor) >= (1, 6):
exec "nim doc -o:./docs/ugh/ugh.html ./src/regex.nim"

task oldtest, "Test":
Expand Down

0 comments on commit a3f5389

Please sign in to comment.