diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 3d230d3..a5aa726 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -4,25 +4,6 @@ on: branches: [ master ] jobs: - build: - name: Build and test - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: 1.21 - - - name: Build project - run: | - go build -v ./... - - name: Test with the Go CLI - run: go test - docker: needs: build runs-on: ubuntu-latest