Skip to content

Commit

Permalink
ci: simplify tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guumaster committed Apr 26, 2020
1 parent 94e33d1 commit bb9099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Test
run: |
go test -cover -coverprofile=${{ matrix.platform }}_coverage.out $(go list ./... | grep -v "*docker*" | grep -e "hostctl/")
go test -cover -coverprofile=${{ matrix.platform }}_coverage.out ./...
go tool cover -func=${{ matrix.platform }}_coverage.out
- name: Upload coverage report
Expand Down

0 comments on commit bb9099f

Please sign in to comment.