g
All checks were successful
CI / test (pull_request) Successful in 37s

This commit is contained in:
2024-12-23 19:35:16 +01:00
parent de4147e29d
commit ef83e73a43
2 changed files with 18 additions and 1 deletions

View File

@@ -35,8 +35,10 @@ jobs:
/go_cache
key: go_path-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
go_cache-${{ steps.hash-go.outputs.hash }}
go_cache-${{ steps.hash-go.outputs.hash }}
- name: build
run: make build
- name: test
run: make test
- name: check:format
run: make check-format