diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-02 18:32:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 18:32:33 -0800 |
commit | 6f1289b80ccf599008368b121d874b4ce4717fc6 (patch) | |
tree | baafecb74e7ed6b264b27f05bafd724a43db8646 /koch.nim | |
parent | f4449a897ddb094fbc2e1c96eea3d8a8afdcd76a (diff) | |
download | Nim-6f1289b80ccf599008368b121d874b4ce4717fc6.tar.gz |
remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 95c9c6161..6057f8cff 100644 --- a/koch.nim +++ b/koch.nim @@ -548,7 +548,7 @@ proc runCI(cmd: string) = #[ BUG: with initOptParser, `--batch:'' all` interprets `all` as the argument of --batch ]# - execFold("Run tester", "nim c -r -d:nimCoroutines testament/testament --pedantic --batch:$1 all -d:nimCoroutines" % ["NIM_TESTAMENT_BATCH".getEnv("_")]) + execFold("Run tester", "nim c -r -d:nimCoroutines --putenv:NIM_TESTAMENT_REMOTE_NETWORKING:1 testament/testament --batch:$1 all -d:nimCoroutines" % ["NIM_TESTAMENT_BATCH".getEnv("_")]) block CT_FFI: when defined(posix): # windows can be handled in future PR's |