mirror of
https://github.com/fosrl/newt.git
synced 2026-02-15 09:26:41 +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:
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Build
|
||||
- name: Build go
|
||||
run: go build
|
||||
|
||||
- name: Test
|
||||
- name: Test go
|
||||
run: go test
|
||||
|
||||
- name: Build Docker container
|
||||
run: make build
|
||||
|
||||
- name: Run Docker container
|
||||
run: make test
|
||||
|
||||
- name: Build native
|
||||
- name: Build native files
|
||||
run: make go-build.release
|
||||
|
||||
Reference in New Issue
Block a user