Skip to content

Commit

Permalink
Debugging CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gus Monod <[email protected]>
  • Loading branch information
sarahmonod committed Nov 15, 2023
1 parent 29b0c11 commit 54d8473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mkdir bloomberg-comdb2/build &&
cd bloomberg-comdb2/build &&
cmake .. &&
make
LDFLAGS=-lunwind make
)
'
- name: Archive bloomberg-comdb2 repo with build artifacts
Expand Down Expand Up @@ -189,5 +189,6 @@ jobs:
LDFLAGS="-Wl,-rpath,/opt/bb/lib"
python -m pip install ./python-comdb2-sdist[tests]
'
- uses: lhotari/action-upterm@v1
- name: Run Tests
run: (cd python-comdb2-sdist/tests && python -m pytest -vvv)

0 comments on commit 54d8473

Please sign in to comment.