Skip to content

Commit 6cce413

Browse files
author
Damir Zainullin
committed
++
1 parent c32ed2c commit 6cce413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: make
2828
- name: make check
2929
run: |
30-
make check |
31-
pwd |
30+
make check || true
31+
pwd
3232
cat biflow_aggregator/test-suite.log
3333
3434
- name: make distcheck

0 commit comments

Comments
 (0)