Explorar o código

update test action to execute all tests, in both test and controller dirs (and future dirs with tests).

Matthew R Kasun %!s(int64=4) %!d(string=hai) anos
pai
achega
382f5712f9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/test.yml

+ 1 - 2
.github/workflows/test.yml

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