mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
rename envoyfilter => arch (#91)
* rename envoyfilter => arch * fix more files * more fixes * more renames
This commit is contained in:
parent
7168b14ed3
commit
ea86f73605
33 changed files with 91 additions and 99 deletions
14
.github/workflows/checks.yml
vendored
14
.github/workflows/checks.yml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- name: Run Clippy on envoyfilter
|
||||
run: cd envoyfilter && cargo clippy --all-targets --all-features -- -Dwarnings
|
||||
- name: Run Clippy on arch
|
||||
run: cd arch && cargo clippy --all-targets --all-features -- -Dwarnings
|
||||
- name: Run Clippy on public_types
|
||||
run: cd public_types && cargo clippy --all-targets --all-features -- -Dwarnings
|
||||
|
||||
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- name: Run Rustfmt on envoyfilter
|
||||
run: cd envoyfilter && cargo fmt -p intelligent-prompt-gateway -- --check
|
||||
- name: Run Rustfmt on arch
|
||||
run: cd arch && cargo fmt -p intelligent-prompt-gateway -- --check
|
||||
- name: Run Rustfmt on public_types
|
||||
run: cd public_types && cargo fmt -p public_types -- --check
|
||||
|
||||
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
- name: Setup | Install wasm toolchain
|
||||
run: rustup target add wasm32-wasi
|
||||
- name: Build wasm module
|
||||
run: cd envoyfilter && cargo build --release --target=wasm32-wasi
|
||||
- name: Run Tests on envoyfilter
|
||||
run: cd envoyfilter && cargo test
|
||||
run: cd arch && cargo build --release --target=wasm32-wasi
|
||||
- name: Run Tests on arch
|
||||
run: cd arch && cargo test
|
||||
- name: Run Tests on public_types
|
||||
run: cd public_types && cargo test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue