From ddc5175325ae60d5ea525b0aca5e79f2b3fb2ad6 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Fri, 3 Mar 2023 08:25:50 +0100 Subject: [PATCH] Improve symmetry with the Linux workflow --- .github/workflows/windows-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index b09f7e3..0165ba8 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -11,9 +11,11 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v2 + - name: Set up Go uses: actions/setup-go@v3 with: go-version-file: 'go.mod' + - run: go build - run: go test -timeout 30s ./...