diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml index e8b3476..bc17f2f 100644 --- a/.gitea/workflows/on-push.yml +++ b/.gitea/workflows/on-push.yml @@ -5,7 +5,7 @@ on: - push jobs: - Linting: + LintingAndTests: runs-on: "ubuntu-22.04" steps: - name: "checkout source" @@ -14,12 +14,6 @@ jobs: uses: docker://code.pztrn.name/containers/go-toolbox:v10 with: command: "/usr/local/bin/task lint" - - Tests: - runs-on: "ubuntu-22.04" - steps: - - name: "checkout source" - uses: actions/checkout@v4 - name: "tests" uses: docker://code.pztrn.name/containers/go-toolbox:v10 with: