mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +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
8
.github/workflows/checks.yml
vendored
8
.github/workflows/checks.yml
vendored
|
|
@ -46,7 +46,9 @@ jobs:
|
|||
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- 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
|
||||
# --lib is to only test the library, since when integration tests are made,
|
||||
# they will be in a seperate tests directory
|
||||
run: cd envoyfilter && cargo test --lib
|
||||
run: cd envoyfilter && cargo test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue