mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix running tests
This commit is contained in:
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@ -47,14 +47,14 @@ jobs:
|
|||||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
|
|
||||||
- name: Build C side with cmake
|
- name: Build C code
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cmake . -DQUICKTEX_NOPYTHON=TRUE
|
cmake . -DQUICKTEX_NOPYTHON=TRUE
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
- name: Run C tests
|
- name: Test C code
|
||||||
run: ./Test
|
run: cmake --build . --target test
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
name: Build SDist
|
name: Build SDist
|
||||||
|
Reference in New Issue
Block a user