Skip to content

Commit d76945e

Browse files
authored
add Diffractor to integration tests (#532)
1 parent ba0695a commit d76945e

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
@@ -17,6 +17,11 @@ jobs:
1717
package:
1818
- {user: dpsanders, repo: ReversePropagation.jl}
1919
- {user: FluxML, repo: Zygote.jl}
20+
# Diffractor needs to run on Julia nightly
21+
include:
22+
- julia-version: nightly
23+
os: ubuntu-latest
24+
package: {user: JuliaDiff, repo: Diffractor.jl}
2025

2126
steps:
2227
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)