Skip to content

Commit 749f1b8

Browse files
authored
Update build.yml
1 parent f089c1c commit 749f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: mkdir -p build && cd build && cmake ..
1818
- name: make
1919
run: cd build && make
20-
- name: make check
20+
- name: ctest --output-on-failure
2121
run: cd build && make check

0 commit comments

Comments
 (0)