Move Nimble upgrade to Run tests step

This commit is contained in:
Roman 2023-11-11 09:59:57 +08:00
parent 066d296e40
commit ac8d05637a
1 changed files with 5 additions and 4 deletions

View File

@ -80,10 +80,10 @@ jobs:
run: | run: |
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3 V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
- name: Upgrade Nimble # - name: Upgrade Nimble
run: | # run: |
nimble install nimble@0.14.2 -y # nimble install nimble@0.14.2 -y
nimble --version # nimble --version
- name: Install deps - name: Install deps
run: | run: |
@ -91,6 +91,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
nimble install nimble@0.14.2 -y
nim --version nim --version
nimble --version nimble --version
#NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test #NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test