Skip to content

Commit 402ad52

Browse files
authored
fix
1 parent 957d8ff commit 402ad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
3535
Pkg.add("${{ matrix.package }}")
3636
Pkg.update()
37-
Pkg.test(coverage=true) # resolver may fail with test time deps
37+
Pkg.test("${{ matrix.package }}", coverage=true) # resolver may fail with test time deps
3838
catch err
3939
err isa Pkg.Resolve.ResolverError || rethrow()
4040
# If we can't resolve that means this is incompatible by SemVer and this is fine

0 commit comments

Comments
 (0)