Skip to content

Add workflow to run tests. #1

Add workflow to run tests.

Add workflow to run tests. #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- develop
jobs:
Docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: '2.2.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: nimble test