Преглед на файлове

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