Skip to content

Commit 11618d0

Browse files
committed
ci: use rust implementation in ci/cd
1 parent ffb3d54 commit 11618d0

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Sync dependencies (locked)
2424
run: |
2525
uv sync --locked --all-groups
26+
uv sync --extra rust
2627
2728
- name: Run linters
2829
run: |
@@ -45,6 +46,7 @@ jobs:
4546
- name: Sync dependencies (locked)
4647
run: |
4748
uv sync --locked --all-groups
49+
uv sync --extra rust
4850
4951
- name: Run tests
5052
run: |

.github/workflows/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Sync dependencies (locked)
4040
run: |
4141
uv sync --locked --all-groups
42+
uv sync --extra rust
4243
4344
- name: Run tests
4445
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Benchmarks are:
6161
* committed as raw JSON
6262
* runnable locally via `bench/`
6363

64-
See [`bench/README.md`](bench/README.md) for details.
64+
See [`Docs: Performance`](https://akhundmurad.github.io/typeid-python/performance/) for details.
6565

6666
## Installation
6767

0 commit comments

Comments
 (0)