Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt authored Sep 11, 2020
1 parent 6b79eba commit d2c1776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
chmod u+x before_ut.sh && ./before_ut.sh
go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
export COMPOSE_INTERACTIVE_NO_CLI=1
chmod +x integrate_test.sh && ./integrate_test.sh
- name: Coverage
Expand Down

0 comments on commit d2c1776

Please sign in to comment.