Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 19, 2024
1 parent 1448be3 commit 31f12ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/base_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: ""
Expand All @@ -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
Expand All @@ -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

0 comments on commit 31f12ab

Please sign in to comment.