Skip to content

Commit 066db8a

Browse files
committed
update CI
1 parent c0adf93 commit 066db8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
working-directory: ./llm_engine
6363
run: cargo test
6464

65-
query_runner:
66-
name: Query Runner Service
65+
query_router:
66+
name: Query Router Service
6767
runs-on: ubuntu-latest
6868

6969
steps:
@@ -76,9 +76,9 @@ jobs:
7676
override: true
7777

7878
- name: Run cargo check
79-
working-directory: ./query_runner
79+
working-directory: ./query_router
8080
run: cargo check
8181

8282
- name: Run cargo test
83-
working-directory: ./query_runner
83+
working-directory: ./query_router
8484
run: cargo test

0 commit comments

Comments
 (0)