Skip to content

Commit d541f71

Browse files
committed
fix tests not failing
1 parent 0674fca commit d541f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Build
1515
run: swift build
1616
- name: Run tests
17-
run: swift test 2>&1 | xcpretty
17+
run: swift test
1818
- name: Build fixtures
1919
run: ./build_specs.sh

0 commit comments

Comments
 (0)