Skip to content

Commit f2ad84b

Browse files
committed
Build FracturedJson binaries
1 parent f4e049a commit f2ad84b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install the project
1818
run: uv sync --locked --all-extras --dev
1919

20+
- name: Build FracturedJson binaries
21+
run: uv run src/build/build_binaries.py
22+
2023
- name: Generate coverage report
2124
run: uv run pytest --cov=fractured_json --cov-report=xml
2225

.github/workflows/run-all-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Install the project
2828
run: uv sync --locked --all-extras --dev
2929

30+
- name: Build FracturedJson binaries
31+
run: uv run src/build/build_binaries.py
32+
3033
- name: Run tests
3134
run: uv run pytest

0 commit comments

Comments
 (0)