mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test --load-extension in GitHub Actions (#1792)
* Run the --load-extension test, refs #1789 * Ran cog, refs #1789
This commit is contained in:
parent
456dc155d4
commit
ba35105eee
3 changed files with 6 additions and 3 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
- name: Build extension for --load-extension test
|
||||
run: |-
|
||||
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue