Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix CI
  • Loading branch information
ianthomas23 committed May 29, 2025
commit e80d2170d74efb930f6fe7d6db91a1e9c884d445
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

defaults:
run:
shell: bash
shell: bash -leo pipefail {0}

jobs:
test:
Expand All @@ -38,8 +38,8 @@ jobs:
- name: Smoke test
working-directory: build
run: |
ls -l git2cpp
./git2cpp -v
./git2cpp -h

- name: Run tests
run: |
Expand Down