testing cache
All checks were successful
GoLang Tests / Run Go Tests (push) Successful in 2m29s
GoLang Tests / Build Go Image and Upload (push) Successful in 3m30s

This commit is contained in:
2025-08-21 23:43:10 +02:00
parent 119c0c3b33
commit 9f31574f3d

View File

@@ -43,7 +43,7 @@ jobs:
/go_cache /go_cache
key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }} key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }}
restore-keys: |- restore-keys: |-
arbeitszeitmessung-${{ steps.hash-go.outputs.hash }} arbeitszeitmessung-
- name: Run Go Tests - name: Run Go Tests
run: cd Backend && go test ./... run: cd Backend && go test ./...
build: build: