Update testing.yaml
Some checks failed
GoLang Tests / check and test (push) Failing after -11s

This commit is contained in:
2025-08-21 15:20:46 +02:00
parent ccc82527d3
commit 4974aa9815

View File

@@ -43,4 +43,4 @@ jobs:
/go_cache /go_cache
key: go_path-${{ steps.hash-go.outputs.hash }} key: go_path-${{ steps.hash-go.outputs.hash }}
- name: Run Go Test - name: Run Go Test
run: go test ./... run: cd Backend && go test ./...