Skip to content

CI and Quality

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

CI and Quality

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

Workflow: .github/workflows/ci.yml

Axis Value
Julia 1.12 (matrix)
OS ubuntu-latest
Steps checkout → setup-julia → cache → instantiate → julia-runtest

Triggers: push/PR to main. Concurrency cancels in-progress runs on the same ref.

Local:

julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.test()'

Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: e986a66 (main, v0.2.0) Devin DeepWiki: commit e986a66 · SynapticDistill.jl

Clone this wiki locally