Skip to content

Commit 1db6c47

Browse files
authored
add Diffractor to integration tests (#459)
1 parent 47389f5 commit 1db6c47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- {user: PumasAI, repo: DataInterpolations.jl}
2626
- {user: dfdx, repo: Yota.jl}
2727
- {user: JuliaStats, repo: StatsFuns.jl}
28+
# Diffractor needs to run on Julia nightly
29+
include:
30+
- julia-version: nightly
31+
os: ubuntu-latest
32+
package: {user: JuliaDiff, repo: Diffractor.jl}
2833

2934
steps:
3035
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)