Skip to content

Merge pull request #8 from Patitotective/devel #73

Merge pull request #8 from Patitotective/devel

Merge pull request #8 from Patitotective/devel #73

Workflow file for this run

name: Tests
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: iffy/[email protected]
- run: nimble install -y --verbose
- run: nimble test --verbose