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: