From 6d2e7133246bcd8ac1a4495ce4a7836467caa0cf Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 22 Feb 2024 23:54:09 -0500 Subject: [PATCH] ci: run reactor example --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e174c7d..293a555 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,12 @@ jobs: | jq '.resourceSpans[].scopeSpans[].spans[0].attributes[0]' \ | jq '.key == "function_name", .value.stringValue == "_start"' + - name: Run Reactor example + uses: actions-rs/cargo@v1 + with: + command: run + args: --example=reactor-hello test/reactor-hello.c.instr.wasm + - name: Install Component CLI Deps uses: actions-rs/cargo@v1 with: