We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd41c5 commit d23b52cCopy full SHA for d23b52c
1 file changed
.github/workflows/Test.yml
@@ -82,6 +82,7 @@ jobs:
82
Pkg.Registry.update();
83
Pkg.activate("./DifferentiationInterface/test");
84
Pkg.develop([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
85
+ Pkg.remove("DifferentiationInterface");
86
test_kwargs = (; allow_reresolve=false, coverage=true);
87
if ENV["JULIA_DI_PR_DRAFT"] == "true";
88
Pkg.test("DifferentiationInterface"; julia_args=["-O1"], test_kwargs...);
0 commit comments