From 7baa16a257dd5281299d1d2ff3a349698bae95cd Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 May 2025 20:34:31 +0200 Subject: [PATCH] chore(ci): remove golang tests --- .gitea/workflows/golang-tests.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitea/workflows/golang-tests.yaml diff --git a/.gitea/workflows/golang-tests.yaml b/.gitea/workflows/golang-tests.yaml deleted file mode 100644 index c46ec77..0000000 --- a/.gitea/workflows/golang-tests.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Golang Tests - -on: - pull_request: - types: [ "opened", "reopened", "synchronize" ] - push: - branches: [ '**' ] - tags-ignore: [ '**' ] - -jobs: - unittest: - runs-on: - - ubuntu-latest - steps: - - uses: actions/checkout@v4.2.2 - - uses: actions/setup-go@v5.5.0 - with: - go-version: stable - - env: - GOPROXY: ${{ vars.GOPROXY }} - run: make test/unit