We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f68608 commit 4775de5Copy full SHA for 4775de5
.github/workflows/run_test.yml
@@ -50,4 +50,4 @@ jobs:
50
cmake -S . -B build -DRFC_EXPORT_PY=0 -DRFC_EXPORT_MEX=0 -DRFC_UNIT_TEST=1
51
cd build
52
cmake --build . --target rfc_test --config Release
53
- ctest -C Release
+ ctest -C Release -V
0 commit comments