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 f48448a commit 44f4505Copy full SHA for 44f4505
.github/workflows/Downstream.yml
@@ -40,7 +40,7 @@ jobs:
40
# force it to use this PR's version of the package
41
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
42
Pkg.update()
43
- Pkg.test() # resolver may fail with test time deps
+ Pkg.test(coverage=true) # resolver may fail with test time deps
44
catch err
45
err isa Pkg.Resolve.ResolverError || rethrow()
46
# If we can't resolve that means this is incompatible by SemVer and this is fine
0 commit comments