Fix unit-tests workflow YAML.
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
45189e3e2b
commit
96c4661a25
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
|||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -short -race -v ./...
|
run: go test -short -race -v ./...
|
||||||
macos-unit-tests:
|
windows-unit-tests:
|
||||||
name: macOS Unit Tests
|
name: Windows Unit Tests
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
Loading…
Reference in New Issue
Block a user