Skip to content

Commit 93d56fb

Browse files
Use standard C-test workflows
1 parent 63d89ab commit 93d56fb

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ jobs:
1818
working-directory: python
1919
cli-test-cmd: tskit --help
2020

21+
test-c:
22+
name: C tests
23+
uses: tskit-dev/.github/.github/workflows/c-tests.yml@v10
24+
with:
25+
library-directory: c
26+
secrets: inherit
27+
28+
test-python-c:
29+
name: Python-C tests
30+
uses: tskit-dev/.github/.github/workflows/python-c-tests.yml@main
31+
with:
32+
pyproject-directory: python
33+
secrets: inherit
34+
2135
test:
2236
name: Python
2337
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)