Skip to content

Commit

Permalink
test refc in CI in Nim 2.0 and later (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Feb 22, 2024
1 parent ed89f58 commit 6db6088
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -34,11 +34,11 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-latest
shell: bash
- target:
os: macos
builder: macos-12
builder: macos-latest
shell: bash
- target:
os: windows
Expand All @@ -51,7 +51,7 @@ jobs:

name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
runs-on: ${{ matrix.builder }}
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
continue-on-error: ${{ matrix.branch == 'devel' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -164,6 +164,7 @@ jobs:
nimble --version
nimble install -y --depsOnly
nimble test
env NIMFLAGS="--mm:refc" nimble test
autobahn-test:
if: github.event_name == 'push' # || github.event_name == 'pull_request'
Expand Down

0 comments on commit 6db6088

Please sign in to comment.