Skip to content

Commit

Permalink
github CI test runner, second attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bray <tbray@textuality.com>
  • Loading branch information
timbray committed Apr 8, 2024
1 parent e286224 commit 23df4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23df4c3

Please sign in to comment.