mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Add workflow logic for weather forecast demo (#24)
This commit is contained in:
parent
7ef68eccfb
commit
33f9dd22e6
32 changed files with 1902 additions and 459 deletions
|
|
@ -16,11 +16,11 @@ repos:
|
|||
name: cargo-clippy
|
||||
language: system
|
||||
types: [file, rust]
|
||||
entry: bash -c "cd envoyfilter && cargo clippy --all"
|
||||
entry: bash -c "cd envoyfilter && cargo clippy -p intelligent-prompt-gateway --all"
|
||||
- id: cargo-test
|
||||
name: cargo-test
|
||||
language: system
|
||||
types: [file, rust]
|
||||
# --lib is to only test the library, since when integration tests are made,
|
||||
# they will be in a seperate tests directory
|
||||
entry: bash -c "cd envoyfilter && cargo test --lib"
|
||||
entry: bash -c "cd envoyfilter && cargo test -p intelligent-prompt-gateway --lib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue