Disable caching and add build artifact
This commit is contained in:
parent
337d7b6a55
commit
fee418d90f
@ -16,6 +16,8 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
check-latest: true
|
||||
cache: true
|
||||
- name: Run build
|
||||
run: go build -ldflags "-s -w"
|
||||
run: go build -ldflags "-s -w"
|
||||
with:
|
||||
name: holochecker_api
|
||||
path: holochecker_api
|
Loading…
Reference in New Issue
Block a user