Skip to content

Commit

Permalink
CI: Run Julia self-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Aug 2, 2023
1 parent 8fb74b9 commit ddf4fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf4fbc

Please sign in to comment.