mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-24 23:05:46 +00:00
Fix unit-tests workflow YAML.
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user