From ef7a9f76dc42674511336d5b0879b58291c52693 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Fri, 27 Jan 2023 22:50:04 -0700 Subject: [PATCH] add --error-trace to specs --- .github/workflows/crystal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 586a080..604001c 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -21,4 +21,4 @@ jobs: - name: Install dependencies run: shards install - name: Run tests - run: crystal spec + run: crystal spec --error-trace