Skip to content

Commit 0bded48

Browse files
authored
Merge pull request #6 from QuantStack/fix-ci
Fix CI
2 parents e2afc1d + e80d217 commit 0bded48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
shell: bash
14+
shell: bash -leo pipefail {0}
1515

1616
jobs:
1717
test:
@@ -38,8 +38,8 @@ jobs:
3838
- name: Smoke test
3939
working-directory: build
4040
run: |
41+
ls -l git2cpp
4142
./git2cpp -v
42-
./git2cpp -h
4343
4444
- name: Run tests
4545
run: |

0 commit comments

Comments
 (0)