workflows: include splunk_logger sub module in tests
This commit is contained in:
parent
a4068b328d
commit
11f707d277
3 changed files with 10 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue