mirror of
https://github.com/alibaba/higress.git
synced 2026-03-17 00:40:48 +08:00
Enhance the capabilities of the AI Intent plugin (#1605)
This commit is contained in:
@@ -27,6 +27,12 @@ lint:
|
||||
cargo fmt --all --check --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
|
||||
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
|
||||
|
||||
test-base:
|
||||
cargo test --lib
|
||||
|
||||
test:
|
||||
cargo test --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
|
||||
|
||||
builder:
|
||||
DOCKER_BUILDKIT=1 docker build \
|
||||
--build-arg RUST_VERSION=$(RUST_VERSION) \
|
||||
|
||||
Reference in New Issue
Block a user