mirror of
https://github.com/fosrl/newt.git
synced 2026-03-10 04:36:40 +00:00
Update test.yml
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -18,17 +18,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.23'
|
go-version: '1.23'
|
||||||
|
|
||||||
- name: Build
|
- name: Build go
|
||||||
run: go build
|
run: go build
|
||||||
|
|
||||||
- name: Test
|
- name: Test go
|
||||||
run: go test
|
run: go test
|
||||||
|
|
||||||
- name: Build Docker container
|
- name: Build Docker container
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
- name: Run Docker container
|
- name: Build native files
|
||||||
run: make test
|
|
||||||
|
|
||||||
- name: Build native
|
|
||||||
run: make go-build.release
|
run: make go-build.release
|
||||||
|
|||||||
Reference in New Issue
Block a user