소스 검색

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