Skip to content

Commit 9c000ce

Browse files
Update Downstream.yml
1 parent 786188b commit 9c000ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

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

0 commit comments

Comments
 (0)