test: run project tests with Nim 1.6 - full CI workflow
This commit is contained in:
parent
cd5512d1a7
commit
ed58e8722e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue