Run all tests in the Github action

This commit is contained in:
Ivan Izaguirre 2022-01-28 18:14:30 +01:00
parent 2ae91f8585
commit b8769578dc
1 changed files with 1 additions and 1 deletions

View File

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