Fix path for tests:

This commit is contained in:
Bolke de Bruin 2020-07-29 13:47:45 +02:00
parent 6ff072d6d9
commit 057799e0e5

View file

@ -29,4 +29,4 @@ jobs:
run: go build -v .
- name: Test
run: go test -cover -v .
run: go test -cover -v ./...