Skip to content

Commit e74b147

Browse files
committed
More CI tweaks
1 parent c774543 commit e74b147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Run tests
5454
shell: bash
55-
run: DerivedData/Build/Products/Release/test
55+
run: DerivedData/Build/Products/Release/test -ni -fc
5656

5757
linux:
5858
runs-on: ${{ matrix.os }}
@@ -102,4 +102,4 @@ jobs:
102102
103103
- name: Run tests
104104
shell: bash
105-
run: test/build/test
105+
run: test/build/test -ni -fc

0 commit comments

Comments
 (0)