Skip to content

Commit

Permalink
github: update dnf test path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Nov 24, 2023
1 parent 6c17f1b commit 2187c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2187c7c

Please sign in to comment.