debug(ci): print nim version, nimble packages, system info

This commit is contained in:
2026-05-13 12:05:49 +03:00
parent f50cbd1555
commit 942910fae5
+7
View File
@@ -23,6 +23,13 @@ jobs:
- name: Install Nim dependencies
run: nimble install --depsOnly -y
- name: Debug environment
run: |
nim --version
nimble list -i
uname -a
free -h
- name: Run tests
run: |
nim c -d:ssl --threads:on --path:src -r tests/test_all.nim > test_output.log 2>&1