We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff45e4 commit 223e0d1Copy full SHA for 223e0d1
.github/workflows/build-codegen-wasm.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Add wasm32-wasip1 target
26
run: rustup target add wasm32-wasip1
27
28
+ - name: Run Tests
29
+ run: cargo test --package jsoncodegen-${{ github.event.inputs.lang }} -- --nocapture
30
+
31
- name: Build wasm32-wasip1
32
run: cargo build --package jsoncodegen-${{ github.event.inputs.lang }} --profile wasm --target wasm32-wasip1
33
0 commit comments