mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
Add initial integration style tests (#20)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
a0abd9c42d
commit
a51a467cad
5 changed files with 1401 additions and 29 deletions
|
|
@ -12,6 +12,11 @@ $ rustup target add wasm32-wasi
|
|||
$ cargo build --target wasm32-wasi --release
|
||||
```
|
||||
|
||||
## Testing
|
||||
```sh
|
||||
$ cargo test
|
||||
```
|
||||
|
||||
## Using in Envoy
|
||||
|
||||
This example can be run with [`docker compose`](https://docs.docker.com/compose/install/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue