mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-23 21:21:03 +01:00
ci(tests): Use verbose output
This commit is contained in:
parent
6d1e843373
commit
787a386b5f
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -14,6 +14,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: crystal spec tests/main.cr
|
run: crystal spec tests/main.cr --verbose
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: crystal tool format --check
|
run: crystal tool format --check
|
||||||
|
Loading…
Reference in New Issue
Block a user