feat: add CI pipeline #3

Merged
t.behrendt merged 12 commits from test-CI-pipeline into main 2024-04-01 15:38:08 +02:00
Showing only changes of commit fea5dd02eb - Show all commits

View File

@@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # all history for all branches and tags
- name: Setup go
uses: actions/setup-go@v5
with:
@@ -35,6 +33,8 @@ jobs:
/go_path
/go_cache
key: go_path-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
go_cache-${{ steps.hash-go.outputs.hash }}
- name: build
run: make build
- name: test