File tree 2 files changed +6
-2
lines changed
DifferentiationInterface/test
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ jobs:
51
51
Pkg.Registry.update();
52
52
if "${{ matrix.pkg.name}}" == "DifferentiationInterfaceTest";
53
53
Pkg.develop(PackageSpec(path="./DifferentiationInterface"));
54
+ Pkg.instantiate();
54
55
else;
56
+ Pkg.activate(; temp=true);
55
57
Pkg.develop(PackageSpec(path="./DifferentiationInterfaceTest"));
56
- end;
57
- Pkg.instantiate();'
58
+ push!(Base.LOAD_PATH, Base.active_project());
59
+ Pkg.instantiate();
60
+ end;'
58
61
- uses : julia-actions/julia-runtest@v1
59
62
with :
60
63
project : ${{ matrix.pkg.dir }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ using DifferentiationInterface
3
3
using Documenter: Documenter
4
4
using JET: JET
5
5
using JuliaFormatter: JuliaFormatter
6
+ using Test
6
7
7
8
@testset " Aqua" begin
8
9
Aqua. test_all (
You can’t perform that action at this time.
0 commit comments