Skip to content

Start pulling through tasks #116

Start pulling through tasks

Start pulling through tasks #116

Workflow file for this run

name: Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Install dependencies"
run: |
sudo apt update
sudo apt install -y libpcre3-dev
- name: Setup Nim
uses: jiro4989/setup-nim-action@v2
with:
nim-version: 'stable'
- name: Run tests
run: nimble test -y