@@ -19,5 +19,4 @@ jobs:
uses: actions/checkout@v2
- name: run tests
run: |
- cd test
- go test . -v
+ go test ./... -v