ソースを参照

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

Matthew R Kasun 4 年 前
コミット
382f5712f9
1 ファイル変更1 行追加2 行削除
  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