We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957d8ff commit 402ad52Copy full SHA for 402ad52
.github/workflows/Downstream.yml
@@ -34,7 +34,7 @@ jobs:
34
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
35
Pkg.add("${{ matrix.package }}")
36
Pkg.update()
37
- Pkg.test(coverage=true) # resolver may fail with test time deps
+ Pkg.test("${{ matrix.package }}", coverage=true) # resolver may fail with test time deps
38
catch err
39
err isa Pkg.Resolve.ResolverError || rethrow()
40
# If we can't resolve that means this is incompatible by SemVer and this is fine
0 commit comments