Skip to content

Update connections.nim #64

Update connections.nim

Update connections.nim #64

Workflow file for this run

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