Revert "fix: cicd dependency between workflow (#12)"

This reverts commit 1a25992f03.
This commit is contained in:
2024-08-11 12:32:15 +02:00
parent a7e50bcec9
commit 7739f324f3
2 changed files with 36 additions and 4 deletions

View File

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