diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 544f9cf..7f45159 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,6 +8,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: build + uses: docker://golang + run: go build Build: runs-on: ubuntu-latest