add --error-trace to specs

This commit is contained in:
Chris Watson 2023-01-27 22:50:04 -07:00
parent 781b275d3e
commit ef7a9f76dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: shards install run: shards install
- name: Run tests - name: Run tests
run: crystal spec run: crystal spec --error-trace