Skip to content

Commit

Permalink
Dev main package
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 6, 2024
1 parent 11c42f4 commit 8448f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
else;
Pkg.activate("${{ matrix.pkg.name}}/test");
Pkg.develop(PackageSpec(path="./DifferentiationInterfaceTest"));
Pkg.develop(PackageSpec(path="./DifferentiationInterface"));
Pkg.instantiate();
end;'
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 8448f4d

Please sign in to comment.