Open
Description
Once #5256 will have made available more tolerances for the checksums comparisons, we want to add a new GitHub Actions workflow that does the following:
- check out
development
- compile
- run CTest and reset checksums
- merge current branch into
development
- re-compile
- re-run CTest and compare checksums with machine-precision tolerance
We also need to document how to run the equivalent of this locally.