test: run project tests with Nim 1.6 - full CI workflow

This commit is contained in:
Roman 2023-12-13 13:37:35 +01:00
parent cd5512d1a7
commit ed58e8722e
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
branch: [version-2-0]
branch: [version-1-6]
include:
- target:
os: linux
@ -68,15 +68,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: |
@ -86,5 +86,5 @@ jobs:
run: |
nim --version
nimble --version
#NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test
NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test