chore: add github actions
All checks were successful
Run tests / test (push) Successful in 55s

This commit is contained in:
2025-09-09 09:32:58 +02:00
parent 889db9fbbf
commit b2f36be314

16
.github/workflows/run-tests.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Run tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v5
- name: Setup nim
uses: jiro4989/setup-nim-action@v2
- name: Run tests
run: nimble test