Skip to content

Commit ef3065a

Browse files
committed
Use make -k to show all errors
1 parent 8d327ca commit ef3065a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: setup
1919
run: sudo patch -d "$(xcrun --show-sdk-path)" -i "$PWD/.github/workflows/macos.diff"
2020
- name: build
21-
run: ./configure ${{ matrix.config }} && make
21+
run: ./configure ${{ matrix.config }} && make -k
2222
- name: test
2323
run: make check
2424
- name: bootstrap

0 commit comments

Comments
 (0)