We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786188b commit 9c000ceCopy full SHA for 9c000ce
.github/workflows/Downstream.yml
@@ -38,7 +38,7 @@ jobs:
38
# force it to use this PR's version of the package
39
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
40
Pkg.update()
41
- Pkg.test() # resolver may fail with test time deps
+ Pkg.test(coverage=true) # resolver may fail with test time deps
42
catch err
43
err isa Pkg.Resolve.ResolverError || rethrow()
44
# If we can't resolve that means this is incompatible by SemVer and this is fine
0 commit comments