test all folders

This commit is contained in:
Ruidy 2022-02-22 18:14:04 -04:00
parent 971cfc2712
commit 3056e4ef62

View file

@ -13,7 +13,7 @@ jobs:
with:
go-version: '1.17'
- name: Run tests with coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic && cat ./coverage.out
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos