Commit 9e0eada 1 parent 97a6f30 commit 9e0eada Copy full SHA for 9e0eada
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
158
158
# Run the regular tests
159
159
- name : Run tests
160
- run : make test PYTEST_EXTRA="-r P -n auto --reruns 2"
160
+ run : make test PYTEST_EXTRA="-r P -n auto --reruns 2 --color=yes "
161
161
162
162
# Upload diff images on test failure
163
163
- name : Upload diff images if any test fails
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
174
174
# Run the tests
175
175
- name : Test with pytest
176
- run : make test PYTEST_EXTRA="-r P -n auto --reruns 2"
176
+ run : make test PYTEST_EXTRA="-r P -n auto --reruns 2 --color=yes "
177
177
env :
178
178
GMT_LIBRARY_PATH : ${{ runner.temp }}/gmt-install-dir/lib
179
179
Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ jobs:
100
100
101
101
# Run the tests but skip images
102
102
- name : Run tests
103
- run : make test_no_images PYTEST_EXTRA="-r P"
103
+ run : make test_no_images PYTEST_EXTRA="-r P --color=yes "
You can’t perform that action at this time.
0 commit comments