Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Dec 2, 2024
1 parent 8b54bf4 commit a4402ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,6 @@ proc hostInfo(): string =
[hostOS, hostCPU, $int.sizeof, $float.sizeof, $cpuEndian, getCurrentDir()]

proc runCI(cmd: string) =
let batchParam = "--batch:$1" % "NIM_TESTAMENT_BATCH".getEnv("_")
execFold("Test selected Nimble packages", "testament $# pcat nimble-packages" % batchParam)

doAssert cmd.len == 0, cmd # avoid silently ignoring
echo "runCI: ", cmd
echo hostInfo()
Expand Down

0 comments on commit a4402ba

Please sign in to comment.