Skip to content

Commit 0cd22be

Browse files
committed
fix run integration target
1 parent 4483e4e commit 0cd22be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: mise run build
9393

9494
- name: Integration test
95-
run: make cover:integration
95+
run: mise run cover:integration
9696

9797
- name: Upload coverage
9898
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)