run all tests in all folders

This commit is contained in:
kiwiidb
2022-03-31 08:25:10 +02:00
parent 23bd588724
commit fc76657ffb

View File

@@ -33,4 +33,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: go test -v -cover -coverpkg=./... ./integration_tests
run: go test -v -cover -coverpkg=./... ./...