workflows: include splunk_logger sub module in tests

This commit is contained in:
Florian Schüller 2024-08-14 16:50:39 +02:00 committed by Florian Schüller
parent a4068b328d
commit 11f707d277
3 changed files with 10 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
run: git config --global --add safe.directory "$(pwd)"
- name: Run unit tests
run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=$(go list ./... | grep -v rpmmd/test$ | tr "\n" ",") ./...
run: make unit-tests
- uses: codecov/codecov-action@v4
if: env.CODECOV_TOKEN