use former test command

This commit is contained in:
Daniel Czerwonk 2021-03-19 11:34:07 +01:00
parent 4de827701a
commit 882792400e

View File

@ -24,4 +24,4 @@ jobs:
- name: Build
run: go build
- name: Run tests
run: go test -v -covermode=count
run: go test ./... -v -covermode=count