From 23df4c386286d0669559307ebbf3601686e23dce Mon Sep 17 00:00:00 2001 From: Tim Bray Date: Mon, 8 Apr 2024 12:23:00 -0700 Subject: [PATCH] github CI test runner, second attempt Signed-off-by: Tim Bray --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d598aba..cbacf89 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,8 +13,8 @@ jobs: matrix: go-version: [ "1.19" ] platform: [ "ubuntu-latest" ] - goflags: "-v -count=1 -json" - coveropts: "-coverprofile=coverage.txt -covermode=atomic" + goflags: [ "-v -count=1 -json" ] + coveropts: [ "-coverprofile=coverage.txt -covermode=atomic" ] runs-on: ${{ matrix.platform }} steps: