From 787a386b5feab23e1ba71b59fe17753f1b3b7485 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 16 Jul 2023 18:18:27 -0400 Subject: [PATCH] ci(tests): Use verbose output --- .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 2b735a30..55034258 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run tests - run: crystal spec tests/main.cr + run: crystal spec tests/main.cr --verbose - name: Check formatting run: crystal tool format --check