Skip to content

Merge pull request #41 from nim-lang/ringabout-patch-1 #50

Merge pull request #41 from nim-lang/ringabout-patch-1

Merge pull request #41 from nim-lang/ringabout-patch-1 #50

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
- run: nimble install -y
- run: nimble test
- run: nimble test --gc:arc
- run: nimble buildexamples
- run: nimble gendoc