switch to verbose mode to debug GitHub runner.

This commit is contained in:
Axel Kohlmeyer
2024-08-07 11:15:13 -04:00
parent c47a32206b
commit a8bb296a17

View File

@ -36,7 +36,7 @@
#include <mpi.h>
// whether to print verbose output (i.e. not capturing LAMMPS screen output).
bool verbose = false;
bool verbose = true;
namespace LAMMPS_NS {
using ::testing::ContainsRegex;