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