From 31f12ab9908e2a68b8b6de68b9d593d2dede205a Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Fri, 19 Jul 2024 15:48:46 +0200 Subject: [PATCH] wip --- .github/workflows/base_tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/base_tests.yml b/.github/workflows/base_tests.yml index 3da2d132be..47a9ee26e3 100644 --- a/.github/workflows/base_tests.yml +++ b/.github/workflows/base_tests.yml @@ -33,10 +33,10 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - nim_branch: - - version: version-1-6 + nim: + - branch: version-1-6 memory_management: refc - - version: version-2-0 + - branch: version-2-0 memory_management: refc include: - platform: @@ -56,10 +56,10 @@ jobs: run: shell: ${{ matrix.shell }} - # name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }} (Nim ${{ matrix.nim_branch.version }})' - name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }}-${{ matrix.builder }}-${{ matrix.shell }} (Nim ${{ matrix.nim_branch.version }}-${{ matrix.nim_branch.memory_management }})' + name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }} (Nim ${{ matrix.nim.branch }})' + # name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }}-${{ matrix.builder }}-${{ matrix.shell }} (Nim ${{ matrix.nim.branch }}-${{ matrix.nim.memory_management }})' runs-on: ${{ matrix.builder }} - continue-on-error: ${{ matrix.nim_branch.version == 'version-2-0' || matrix.nim_branch.version == 'devel' }} + continue-on-error: ${{ matrix.nim.branch == 'version-2-0' || matrix.nim.branch == 'devel' }} steps: - name: Matrix info run: "" @@ -74,7 +74,7 @@ jobs: # with: # os: ${{ matrix.platform.os }} # shell: ${{ matrix.platform.shell }} - # nim_branch: ${{ matrix.nim_branch.version }} + # nim: ${{ matrix.nim.branch }} # cpu: ${{ matrix.platform.cpu }} # - name: Setup Go @@ -95,6 +95,6 @@ jobs: # run: | # nim --version # nimble --version - # NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim_branch.memory_management }}" + # NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}" # nimble test