From 51dc4dc47ad54b3a3a6698e7977e3a940242a34b Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Tue, 14 Oct 2025 16:08:41 +0200 Subject: [PATCH] Add CI --- .gitea/workflows/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..1326eb9 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,9 @@ +name: Test +run-name: Running backend tests... +on: [push] + +jobs: + runtest: + runs-on: ubuntu-latest + steps: + - run: go test