remove xcpretty so failure happens

This commit is contained in:
yonaskolb 2019-11-20 22:26:24 +11:00
parent 9563af8bf9
commit 94ec78d93d

View File

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