From 2187c7cee452e989cd71510e6184c6ffa9ebfaa3 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 24 Nov 2023 16:20:24 +0100 Subject: [PATCH] github: update dnf test path in workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)