Skip to content

Commit

Permalink
Fix test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev committed Jan 19, 2024
1 parent 92d7799 commit 189234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jester.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ when not defined(windows):
task test, "Runs the test suite.":
when NimMajor >= 2:
# Due to tests/nim-in-action-code/Chapter7
requires "db_connector >= 0.1.0"
exec "nimble install -y db_connector@0.1.0"
exec "nimble install -y asynctools@#0e6bdc3ed5bae8c7cc9"
exec "nim c -r tests/tester"

0 comments on commit 189234f

Please sign in to comment.