Skip to content

Remove .lock and file and direct dependency to nim-results #387

Remove .lock and file and direct dependency to nim-results

Remove .lock and file and direct dependency to nim-results #387

Workflow file for this run

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