Add CI
Some checks failed
Test / runtest (push) Failing after 27s

This commit is contained in:
2025-10-14 16:08:41 +02:00
parent bb0ede6abd
commit 51dc4dc47a

View File

@@ -0,0 +1,9 @@
name: Test
run-name: Running backend tests...
on: [push]
jobs:
runtest:
runs-on: ubuntu-latest
steps:
- run: go test