From 27257a297708c12f5277f5fc2e9b343c92a189bd Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Sun, 8 Mar 2026 12:55:34 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 612a1bd..3bb8edf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Gitea build & run. +name: Gitea build & Test. run-name: ${{ gitea.actor }} on: push: @@ -13,5 +13,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build and run - run: make prod + - name: Build and test + run: make test