cicd: added more OS support and running tests
This commit is contained in:
parent
4b6bfc8974
commit
cfee5b47eb
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -22,15 +22,27 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
- os: ubuntu-latest
|
||||
goos: linux
|
||||
goarch: 386
|
||||
- os: windows-latest
|
||||
goos: windows
|
||||
goarch: amd64
|
||||
- os: windows-latest
|
||||
goos: windows
|
||||
goarch: arm64
|
||||
- os: windows-latest
|
||||
goos: windows
|
||||
goarch: 386
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.26"
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: go test ./...
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user