Skip to content

Commit e2823ef

Browse files
committed
Add C version to test crash
1 parent 77c5f11 commit e2823ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ jobs:
268268
- run: bin/install_latest_flint_ubuntu.sh
269269
- run: pip install --upgrade pip
270270
- run: pip install -r requirements-dev.txt
271+
- run: gcc test.c -l flint -o test.exe
272+
- run: ./test.exe
271273
- run: spin run python test.py
272274
- run: spin run -- pytest --doctest-glob='*.rst' doc/source
273275
- run: spin docs

0 commit comments

Comments
 (0)