ci: clean up debug steps, keep libssl-dev and depsOnly fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user