Skip to content

Commit f1829df

Browse files
authored
Molly integration tests (#2728)
1 parent bc03193 commit f1829df

File tree

3 files changed

+516
-0
lines changed

3 files changed

+516
-0
lines changed

.github/workflows/Integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
- Lux
5353
- SciML
5454
- KernelAbstractions
55+
- Molly
56+
exclude:
57+
- version: '1.10'
58+
os: linux-x86-n2-32
59+
package: Molly
5560
steps:
5661
- uses: actions/checkout@v5
5762
- uses: julia-actions/setup-julia@v2
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[deps]
2+
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
3+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4+
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
5+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6+
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
11+
[sources]
12+
Enzyme = {path = "../../.."}
13+
EnzymeCore = {path = "../../../lib/EnzymeCore"}
14+
15+
[compat]
16+
FiniteDifferences = "0.12"
17+
Molly = "0.23"

0 commit comments

Comments
 (0)