debug(ci): print nim version, nimble packages, system info
This commit is contained in:
@@ -23,6 +23,13 @@ jobs:
|
|||||||
- name: Install Nim dependencies
|
- name: Install Nim dependencies
|
||||||
run: nimble install --depsOnly -y
|
run: nimble install --depsOnly -y
|
||||||
|
|
||||||
|
- name: Debug environment
|
||||||
|
run: |
|
||||||
|
nim --version
|
||||||
|
nimble list -i
|
||||||
|
uname -a
|
||||||
|
free -h
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
nim c -d:ssl --threads:on --path:src -r tests/test_all.nim > test_output.log 2>&1
|
nim c -d:ssl --threads:on --path:src -r tests/test_all.nim > test_output.log 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user