diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-06-30 05:21:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 14:21:30 +0200 |
commit | 89a15e417df52454aa5c40ba058c9b19425dd184 (patch) | |
tree | 2aba5f3c5cfd8061286f1d30c9714cb0201f13d5 /tests/dll/server.nim | |
parent | 04deb6c9421d0a11cedfc7e8c52ae3b30e7bf1db (diff) | |
download | Nim-89a15e417df52454aa5c40ba058c9b19425dd184.tar.gz |
CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m instead of 34m (#14851)
* CI openbsd: 2x batching via NIM_TESTAMENT_BATCH * auto-generate .builds/openbsd_x.yml to avoid code duplication * 3x batching
Diffstat (limited to 'tests/dll/server.nim')
-rw-r--r-- | tests/dll/server.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dll/server.nim b/tests/dll/server.nim index 2b7791d4b..dd4606298 100644 --- a/tests/dll/server.nim +++ b/tests/dll/server.nim @@ -1,6 +1,7 @@ discard """ action: compile cmd: "nim $target --debuginfo --hints:on --define:useNimRtl --app:lib $options $file" +batchable: false """ type |