From ddf4fbc57be3424904d8d81dd048389d7eee1414 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 2 Aug 2023 14:13:36 -0400 Subject: [PATCH] CI: Run Julia self-tests --- .github/workflows/linux.yml | 1 + .github/workflows/macos.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 876a68bfbc..367d94585b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -263,6 +263,7 @@ jobs: -DopenPMD_USE_INVASIVE_TESTS=ON cmake --build build --parallel 2 ctest --test-dir build --output-on-failure + /usr/local/julia-1.6.7/bin/julia src/binding/julia/tests/minimal_example.jl musllinux_py10: runs-on: ubuntu-20.04 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d3ff711d67..7379138b5a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,6 +49,7 @@ jobs: -DopenPMD_USE_INVASIVE_TESTS=ON cmake --build build --parallel 3 ctest --test-dir build --verbose + julia src/binding/julia/tests/minimal_example.jl appleclang13_py: runs-on: macos-11