From 995514c31b870c840870b23375eeb4898ad02079 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Wed, 28 Feb 2024 10:15:53 +0200 Subject: [PATCH] debugging info when running tests --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c89bbf8..5e8b561 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: # Runs a single command using the runners shell - name: Run tests run: | - mason test + mason test --show mac-test: runs-on: macos-latest steps: @@ -38,4 +38,4 @@ jobs: brew install chapel - name: Run test run: | - mason test + mason test --show