diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a793d2395..13358895a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=$(go list ./... | grep -v rpmmd/test$ | tr "\n" ",") ./... - name: Run dnfjson tests with force-dnf to make sure it's not skipped for any reason - run: go test -race ./internal/dnfjson/... -force-dnf + run: go test -race ./pkg/dnfjson/... -force-dnf - name: Send coverage to codecov.io run: bash <(curl -s https://codecov.io/bash)