Skip to content

Commit 223e0d1

Browse files
committed
run codegen tests in github workflow
1 parent 5ff45e4 commit 223e0d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-codegen-wasm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Add wasm32-wasip1 target
2626
run: rustup target add wasm32-wasip1
2727

28+
- name: Run Tests
29+
run: cargo test --package jsoncodegen-${{ github.event.inputs.lang }} -- --nocapture
30+
2831
- name: Build wasm32-wasip1
2932
run: cargo build --package jsoncodegen-${{ github.event.inputs.lang }} --profile wasm --target wasm32-wasip1
3033

0 commit comments

Comments
 (0)