Fix unit-tests workflow YAML.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-10-27 18:26:11 -04:00
parent 45189e3e2b
commit 96c4661a25
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 2 additions and 2 deletions

View File

@ -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