Show directory content after compiling, refs #470

This commit is contained in:
Simon Willison 2022-08-26 22:40:03 -07:00
commit dac8dec343

View file

@ -38,7 +38,7 @@ jobs:
- name: Build extension for --load-extension test
if: matrix.os == 'ubuntu-latest'
run: |-
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
(cd tests && gcc ext.c -fPIC -shared -o ext.so && ls -lah)
- name: Run tests
run: |
pytest -v