use xcpretty in test

This commit is contained in:
Yonas Kolb 2020-04-13 20:41:38 +10:00
parent 400c19ee9a
commit a96b1c06f9

View File

@ -25,7 +25,7 @@ jobs:
- name: Build
run: swift build
- name: Test
run: swift test
run: swift test 2>&1 | xcpretty
- name: Gen fixtures
run: scripts/gen-fixtures.sh
- name: Check fixtures