Skip to content

Commit 1f1e5e8

Browse files
committed
test/enzyme -> test/integration/enzyme
1 parent a603e9e commit 1f1e5e8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/Enzyme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: julia-actions/cache@v2
3030

3131
- name: Run AD with Enzyme on demo models
32-
working-directory: test/enzyme
32+
working-directory: test/integration/enzyme
3333
run: |
3434
julia --project=. --color=yes -e 'using Pkg; Pkg.instantiate()'
3535
julia --project=. --color=yes main.jl

test/enzyme/Project.toml renamed to test/integration/enzyme/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[sources]
9-
DynamicPPL = {path = "../../"}
9+
DynamicPPL = {path = "../../../"}
File renamed without changes.

0 commit comments

Comments
 (0)