@@ -29,4 +29,4 @@ jobs:
go get -v -t -d ./...
- name: Test
- run: go test -race -coverprofile=coverage.txt -covermode=atomic .
+ run: make test