File tree 3 files changed +23
-14
lines changed
3 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
- uses : actions-rust-lang/setup-rust-toolchain@v1
22
22
with :
23
23
rustflags : " "
24
- - name : Test Prompt Graph Core
24
+ - name : Test Chidori Prompt Format
25
25
run : cargo test
26
- working-directory : toolchain/prompt-graph-core
27
- - name : Test Prompt Graph Exec
26
+ working-directory : toolchain/chidori- prompt-format
27
+ - name : Test Chidori Static Analysis
28
28
run : cargo test
29
- working-directory : toolchain/prompt-graph-exec
30
- - name : Test Chidori
29
+ working-directory : toolchain/chidori-static-analysis
30
+ - name : Test Chidori Core
31
31
run : cargo test
32
- working-directory : toolchain/chidori
32
+ working-directory : toolchain/chidori-core
33
33
Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ jobs:
25
25
- name : Build and Test
26
26
working-directory : toolchain
27
27
run : |
28
- cargo build --package prompt-graph- core --package prompt-graph-exec --package chidori
29
- cargo test --package prompt-graph- core --package prompt-graph-exec --package chidori
30
- - name : Publish prompt-graph-core
31
- working-directory : toolchain/prompt-graph-core
28
+ cargo build --package chidori- core --package chidori-im-hashmap --package chidori-prompt-format --package chidori-static-analysis
29
+ cargo test --package chidori- core --package chidori-im-hashmap --package chidori-prompt-format --package chidori-static-analysis
30
+ - name : Publish chidori- prompt-format
31
+ working-directory : toolchain/chidori- prompt-format
32
32
run : cargo publish
33
33
env :
34
34
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
35
35
36
- - name : Publish prompt-graph-exec
37
- working-directory : toolchain/prompt-graph-exec
36
+ - name : Publish chidori-static-analysis
37
+ working-directory : toolchain/chidori-static-analysis
38
38
run : cargo publish
39
39
env :
40
40
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
41
41
42
- - name : Publish chidori
43
- working-directory : toolchain/chidori
42
+ - name : Publish chidori-core
43
+ working-directory : toolchain/chidori-core
44
44
run : cargo publish
45
45
env :
46
46
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments