I have two packages, A and B (which depends on A): is there an easy way to run Pkg.test
on B, but force it to use a specific commit of A (which may not yet be released)?
I guess you have to ]dev
in B
and get to the specific commit you want
1 Like