From ed58e8722e7d83efcf7f52ccdd2f1cfa6e310e19 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 13 Dec 2023 13:37:35 +0100 Subject: [PATCH] test: run project tests with Nim 1.6 - full CI workflow --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63efdb787..5f5b7c83b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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