Skip to content

Commit

Permalink
Print CI debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 29, 2024
1 parent 9da8e77 commit 621fe14
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,19 @@ jobs:
run: |
nimble install_pinned
- name: Run tests
- name: Print windows info
if: ${{ matrix.platform.os == 'windows' }}
run: |
nim --version
nimble --version
NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
nimble test
cat install_pinned || 0
cat nimble.paths || 0
ls ~/.nimble/pkgs/ || 0
ls ~/.nimble/pkgs2/ || 0
nimble list -i || 0
nimble path chronicles || 0
# - name: Run tests
# run: |
# nim --version
# nimble --version
# NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
# nimble test

0 comments on commit 621fe14

Please sign in to comment.