debug(ci): remove -d:ssl from minimal test to isolate issue

This commit is contained in:
2026-05-13 12:33:15 +03:00
parent cde443679e
commit fb2bd1769d
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: nimble install --depsOnly -y run: nimble install --depsOnly -y
- name: Compile and run minimal test - name: Compile and run minimal test
run: nim c -d:ssl --threads:on --path:src -r tests/test_minimal.nim run: nim c --threads:on --path:src -r tests/test_minimal.nim
- name: Compile test_all - name: Compile test_all
run: nim c -d:ssl --threads:on --path:src tests/test_all.nim run: nim c -d:ssl --threads:on --path:src tests/test_all.nim