tying cache
All checks were successful
GoLang Tests / Run Go Tests (push) Successful in 41s
GoLang Tests / Build Go Image and Upload (push) Successful in -10s

This commit is contained in:
2025-08-21 22:59:13 +02:00
parent 007d30f874
commit 3bd449203c

View File

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