From 0a7b399cafaf51233f01727ec32ce0686281d23f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 5 Apr 2024 22:08:17 +0100 Subject: [PATCH] Try again to get action working --- .gitea/workflows/go-test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 845128b..03c59ef 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -17,6 +17,4 @@ jobs: go-version: '1.21' - name: Run tests - run: | - cd ./src - go test ./.. \ No newline at end of file + run: cd ./src && go test ./.. \ No newline at end of file