Skip to content

Commit

Permalink
ci: switch to plain go test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Feb 9, 2020
1 parent ac9f46b commit da228df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: go build
- name: Test
run: go test -cover -coverprofile=coverage.out
run: go test

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da228df

Please sign in to comment.