From ea15582269e07cfe23579352f55a0fc3f37a1ba5 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Mon, 18 Nov 2024 07:55:20 -0700 Subject: [PATCH] output on failure --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d3780b7a2..d31ea2b6f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,4 +45,4 @@ jobs: #.. make make install - make test + ctest --output-on-failure