Skip to content

Make tests less noisy + edit getNimibVersion a bit #492

Make tests less noisy + edit getNimibVersion a bit

Make tests less noisy + edit getNimibVersion a bit #492

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
nim:
- '1.6.x'
- 'stable'
- 'devel'
fail-fast: false
name: Nim ${{ matrix.nim }}
steps:
- uses: actions/checkout@v3
- uses: jiro4989/[email protected]
with:
nim-version: ${{ matrix.nim }}
- run: nimble -y install
- run: nimble docsdeps
- run: nimble test