From c1aa69dd8b6a6a02115dd08d69641068218563bd Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Wed, 11 Mar 2026 08:49:20 +0000 Subject: [PATCH] Update .gitea/workflows/build_test.yaml --- .gitea/workflows/build_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index f71de77..e576924 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -16,3 +16,6 @@ jobs: - name: Build and test run: make test + + - name: Build + run: make prod \ No newline at end of file -- 2.49.1