Update workflow

This commit is contained in:
Patrick Pacher 2020-07-12 11:04:17 +02:00
parent d836ce3b2a
commit ad442dcbd8
No known key found for this signature in database
GPG key ID: E8CD2DA160925A6D

View file

@ -56,5 +56,5 @@ jobs:
run: go get -v -t -d ./...
- name: Test
run: go test -race -v ./...
run: go test -cover -v ./...