test: print Nimble lock file - CI workflow

This commit is contained in:
Roman 2023-11-17 14:25:47 +08:00
parent e57f20bb65
commit d34134799c
1 changed files with 13 additions and 10 deletions

View File

@ -70,15 +70,15 @@ jobs:
shell: ${{ matrix.shell }} shell: ${{ matrix.shell }}
nim_branch: ${{ matrix.branch }} nim_branch: ${{ matrix.branch }}
- name: Setup Go # - name: Setup Go
uses: actions/setup-go@v4 # uses: actions/setup-go@v4
with: # with:
go-version: '~1.15.5' # go-version: '~1.15.5'
cache: false # cache: false
#
- name: Install p2pd # - name: Install p2pd
run: | # run: |
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3 # V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
- name: Install deps - name: Install deps
run: | run: |
@ -88,5 +88,8 @@ jobs:
run: | run: |
nim --version nim --version
nimble --version nimble --version
NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test nimble install -y --depsOnly
ls -la nimble.lock
cat nimble.lock
#NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test