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 ./...
|
||||
- name: Test
|
||||
run: go test -short -race -v ./...
|
||||
macos-unit-tests:
|
||||
name: macOS Unit Tests
|
||||
windows-unit-tests:
|
||||
name: Windows Unit Tests
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
|
Loading…
Reference in New Issue
Block a user