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