mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-02 17:27:50 +00:00
disable color handling when windows testing.
This commit is contained in:
@@ -63,5 +63,7 @@ jobs:
|
||||
|
||||
# Run Tests
|
||||
- name: Run All Unit Tests
|
||||
env:
|
||||
NO_COLOR: ${{ matrix.os == 'windows-latest' && '1' || '' }}
|
||||
run: |
|
||||
cd test && rake ci
|
||||
|
||||
@@ -80,7 +80,7 @@ module RakefileHelpers
|
||||
raise "Cannot find Config File #{config_target}"
|
||||
end
|
||||
|
||||
$colour_output = $proj[:project][:colour]
|
||||
$colour_output = $proj[:project][:colour] && !ENV['NO_COLOR']
|
||||
end
|
||||
|
||||
def configure_clean
|
||||
|
||||
Reference in New Issue
Block a user