Fix action

This commit is contained in:
2024-10-18 17:15:31 +02:00
parent ad6b7cdbc1
commit 6ded11a22f

View File

@@ -7,8 +7,7 @@ on:
branches: [ "master" ]
jobs:
build:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -19,4 +18,5 @@ jobs:
go-version: '1.23'
- name: Test
working-directory: ./src
run: go test -v ./...