From 38399f85b21fefc50325fc11539fb7c3fa7e43bb Mon Sep 17 00:00:00 2001 From: thomasjm Date: Wed, 18 Sep 2024 14:04:01 -0700 Subject: [PATCH] ci: split up Julia tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904064d..7d259f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: - name: haskell flags: "-f haskell-ghc98" - name: julia + flags: "-f julia_19" + - name: julia + flags: "-f julia_110" - name: octave - name: postgres - name: python