We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09539d0 commit 5203e38Copy full SHA for 5203e38
.github/workflows/Downstream.yml
@@ -45,7 +45,7 @@ jobs:
45
# force it to use this PR's version of the package
46
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
47
Pkg.update()
48
- Pkg.test() # resolver may fail with test time deps
+ Pkg.test(coverage=true) # resolver may fail with test time deps
49
catch err
50
err isa Pkg.Resolve.ResolverError || rethrow()
51
# If we can't resolve that means this is incompatible by SemVer and this is fine
0 commit comments