added mac runner
This commit is contained in:
parent
3c453f6ccb
commit
772ace9fb5
1 changed files with 16 additions and 3 deletions
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
|
|
@ -38,3 +38,16 @@ jobs:
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
test-macos:
|
||||||
|
runs-on: [ self-hosted, macOS ]
|
||||||
|
name: Test on MacOS
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version-file: 'go.mod'
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: go test -v ./...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue