Skip to content

Commit

Permalink
Bring colors to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 10, 2024
1 parent c28b0af commit e2f0638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Linter
run: crystal tool format --check
- name: Run tests
run: G_DEBUG=fatal-warnings RSPEC_OPTS="-v --order=random" make test
run: G_DEBUG=fatal-warnings RSPEC_OPTS="--color -v --order=random" make test
- name: Run tests with -Ddebugmemory
run: G_DEBUG=fatal-warnings ./bin/spec -Ddebugmemory -v --order=random
run: G_DEBUG=fatal-warnings ./bin/spec -Ddebugmemory --color -v --order=random

0 comments on commit e2f0638

Please sign in to comment.