Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi committed Apr 30, 2021
1 parent c6a3a67 commit a189fdc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
run: make init

- name: Test with race detector
run: make race
run: |
which -a go
go version
go env
make race
- name: Gather test coverage
run: make cover
Expand Down

0 comments on commit a189fdc

Please sign in to comment.