Skip to content

Commit

Permalink
add mp tox test
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik committed Jan 6, 2024
1 parent 9c8e690 commit 7f54e8f
Show file tree
Hide file tree
Showing 4 changed files with 3,110 additions and 520 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

- name: Python mp test
working-directory: ${{github.workspace}}
run: tox run
Loading

0 comments on commit 7f54e8f

Please sign in to comment.