refactor: split test and deploy workflow
All checks were successful
CI / test (pull_request) Successful in 1m39s

This commit is contained in:
2024-08-11 12:09:11 +02:00
parent 5a42777549
commit 10c879e0a1
2 changed files with 9 additions and 39 deletions

View File

@@ -1,6 +1,9 @@
name: CI
on:
pull_request:
push:
branches:
- main
env:
GOPATH: /go_path
@@ -35,7 +38,7 @@ 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