From e9554c1e690015be6980560aa322a109c35425bf Mon Sep 17 00:00:00 2001 From: TapTap Date: Sat, 18 Jul 2026 16:06:22 +0200 Subject: [PATCH] ci: add integration tests (light mode) --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 29e2a22..ca53903 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,3 +18,6 @@ jobs: - name: Unit Tests run: ./build/tests + + - name: Integration Tests + run: python3 test.py