From 96c4661a256211fd976eca1d5b6ff0653ffa17e8 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Tue, 27 Oct 2020 18:26:11 -0400 Subject: [PATCH] Fix unit-tests workflow YAML. Signed-off-by: Andrew Keesler --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c3cad7ce..d30519b2 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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