chore(ci): remove golang tests

This commit is contained in:
Markus Pesch 2025-05-13 20:34:31 +02:00
parent df3192ab75
commit 7baa16a257
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

@ -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