1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Make sure to test all directories

This commit is contained in:
Sirish Bathina 2020-10-15 18:58:02 -10:00 committed by GitHub
parent 9bb782b8de
commit 137eac22a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
run: go build -v .
- name: Test
run: go test -v .
run: go test -v ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1.2.1