mirror of
https://github.com/fosrl/olm.git
synced 2026-02-24 22:06:42 +00:00
Update test
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -18,11 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.25
|
go-version: 1.25
|
||||||
|
|
||||||
- name: Build go
|
- name: Build binaries
|
||||||
run: go build
|
run: make go-build-release
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: make docker-build-release
|
run: make docker-build-release
|
||||||
|
|
||||||
- name: Build binaries
|
|
||||||
run: make go-build-release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user