From fb2bd1769dc4e3f82381055d7dbb8bc44cfd9eb7 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Wed, 13 May 2026 12:33:15 +0300 Subject: [PATCH] debug(ci): remove -d:ssl from minimal test to isolate issue --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5ab3a95..71fd7c3 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -22,7 +22,7 @@ jobs: run: nimble install --depsOnly -y - 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 run: nim c -d:ssl --threads:on --path:src tests/test_all.nim