We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24abfc4 commit 1e9c3acCopy full SHA for 1e9c3ac
.github/workflows/tests.yml
@@ -48,7 +48,9 @@ jobs:
48
run: git config --global --add safe.directory "$(pwd)"
49
50
- name: Run unit tests
51
- run: go test -race ./...
+ # skip the TestResolverLocalManifest test. It is tested separately
52
+ # (see below: requires root)
53
+ run: go test -race ./... -test.skip TestResolverLocalManifest
54
55
- name: Run depsolver tests with force-dnf to make sure it's not skipped
56
run: go test -race ./pkg/dnfjson/... -force-dnf
0 commit comments