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 }}
nim_branch: ${{ matrix.branch }}
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.15.5'
cache: false
- name: Install p2pd
run: |
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
# - name: Setup Go
# uses: actions/setup-go@v4
# with:
# go-version: '~1.15.5'
# cache: false
#
# - name: Install p2pd
# run: |
# V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
- name: Install deps
run: |
@ -88,5 +88,8 @@ jobs:
run: |
nim --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