Skip to content

Commit

Permalink
Remove testRestApi target
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Oct 24, 2024
1 parent cb5a5fa commit 3aedb7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.nims
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ task testIntegration, "Run integration tests":
buildBinary "codex", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE -d:codex_enable_proof_failures=true"
test "testIntegration"

task testRestApi, "Run rest api tests":
buildBinary "codex", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE -d:codex_enable_proof_failures=true"
test "testRestApi"

task build, "build codex binary":
codexTask()

Expand Down

0 comments on commit 3aedb7f

Please sign in to comment.