Skip to content

Commit 5d944b7

Browse files
committed
chore: use just in the ci test step
1 parent 7282188 commit 5d944b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
version: "0.8.2"
3535
python-version: ${{ matrix.python-version }}
3636

37+
- uses: extractions/setup-just@v3
38+
with:
39+
just-version: 1.5.0 # optional semver specification, otherwise latest
40+
3741
- name: Run Tests
38-
run: uv run tests
42+
run: just ci
3943

4044
- name: Upload coverage to Coveralls
4145
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)