chore: add tests workflow
Some checks failed
Run tests / test-project (push) Failing after 2m9s

This commit is contained in:
2025-09-03 11:24:55 +02:00
parent 0981dabc93
commit 3f1a173930

View File

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