There was an error while loading. Please reload this page.
1 parent 77c5f11 commit e2823efCopy full SHA for e2823ef
1 file changed
.github/workflows/buildwheel.yml
@@ -268,6 +268,8 @@ jobs:
268
- run: bin/install_latest_flint_ubuntu.sh
269
- run: pip install --upgrade pip
270
- run: pip install -r requirements-dev.txt
271
+ - run: gcc test.c -l flint -o test.exe
272
+ - run: ./test.exe
273
- run: spin run python test.py
274
- run: spin run -- pytest --doctest-glob='*.rst' doc/source
275
- run: spin docs
0 commit comments