mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +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 ./...
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user