Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in parallel in github actions #20

Closed
Nanoseb opened this issue Dec 8, 2023 · 1 comment · Fixed by #49
Closed

Run tests in parallel in github actions #20

Nanoseb opened this issue Dec 8, 2023 · 1 comment · Fixed by #49
Labels
test To do with the unit test and CI

Comments

@Nanoseb
Copy link
Collaborator

Nanoseb commented Dec 8, 2023

At the moment ctest only runs in serial.

See https://discourse.cmake.org/t/ctest-and-mpi-parallel-googletests/5557 to have them run with MPI.

@Nanoseb Nanoseb added the test To do with the unit test and CI label Dec 8, 2023
@Nanoseb
Copy link
Collaborator Author

Nanoseb commented Feb 16, 2024

editing tests/CMakeLists.txt to run in parallel, works locally, but fails on github actions.

@Nanoseb Nanoseb changed the title Run tests in parallel Run tests in parallel in github actions Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test To do with the unit test and CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant