Quellcode durchsuchen

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

Matthew R Kasun vor 4 Jahren
Ursprung
Commit
382f5712f9
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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