Skip to content

fix #52: allow enum keys when parsing tables #193

fix #52: allow enum keys when parsing tables

fix #52: allow enum keys when parsing tables #193

Workflow file for this run

name: Github Actions
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
- run: nimble test -y
- run: nimble test --gc:orc -y
- run: nim js -r tests/all.nim
- run: nim cpp -d:release --gc:arc -r tests/all.nim