From a1dd8fe6b9b2758e667a55142a56482513c54a26 Mon Sep 17 00:00:00 2001 From: nil4 Date: Fri, 17 Jan 2025 13:23:28 +0100 Subject: [PATCH] [ci] run C sample --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1f28aa..cb8a401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,11 @@ jobs: cd Samples/Beyond.NET.Sample.C ./build_${{ matrix.env.SCRIPT_SUFFIX }} + - name: run C sample + run: | + cd Samples/Beyond.NET.Sample.C + ./bin/transform 'abc123üiı' +ü - name: build Go sample (Linux) if: "success() && matrix.env.OS == 'linux'" run: |