diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cfcfd21..4df4ce4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,10 +14,9 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: source $HOME/.cargo/env && make - run: make build - run: make run - - run: make build_risspam + - run: source $HOME/.cargo/env && make build_risspam - run: make run_risspam - run: make benchmark - run: make publish