Skip to content

chore(versioning): change version to 0.34.0 #56

chore(versioning): change version to 0.34.0

chore(versioning): change version to 0.34.0 #56

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: iffy/install-nim@v5
with:
version: 1.6.20
- name: Build
run: nimble install -y
- name: Test
run: nimble test -y