Skip to content

Commit 44f4505

Browse files
Update Downstream.yml
1 parent f48448a commit 44f4505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# force it to use this PR's version of the package
4141
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
4242
Pkg.update()
43-
Pkg.test() # resolver may fail with test time deps
43+
Pkg.test(coverage=true) # resolver may fail with test time deps
4444
catch err
4545
err isa Pkg.Resolve.ResolverError || rethrow()
4646
# If we can't resolve that means this is incompatible by SemVer and this is fine

0 commit comments

Comments
 (0)