From 2a3d50c185bd05b027c19a51a13d28caded8db90 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Thu, 7 May 2026 11:17:58 +0300 Subject: [PATCH] ci: clean up debug steps, keep libssl-dev and depsOnly fixes --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d017a5e..75ccc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,7 @@ jobs: run: nimble install --depsOnly -y - name: Run tests - run: nim c -d:ssl --path:src -r tests/test_all.nim 2>&1 | tee test_output.log || true - - - name: Show test output - if: always() - run: cat test_output.log | tail -n 50 + run: nim c -d:ssl --path:src -r tests/test_all.nim - name: Compile benchmarks run: nim c -d:release benchmarks/bench_all.nim