1
0
forked from extern/nix-config

ci(tests): Use verbose output

This commit is contained in:
Donovan Glover 2023-07-16 18:18:27 -04:00
parent 6d1e843373
commit 787a386b5f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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