Skip to content

Commit a1dd8fe

Browse files
committed
[ci] run C sample
1 parent b118a70 commit a1dd8fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
cd Samples/Beyond.NET.Sample.C
6666
./build_${{ matrix.env.SCRIPT_SUFFIX }}
6767
68+
- name: run C sample
69+
run: |
70+
cd Samples/Beyond.NET.Sample.C
71+
./bin/transform 'abc123üiı'
72+
ü
6873
- name: build Go sample (Linux)
6974
if: "success() && matrix.env.OS == 'linux'"
7075
run: |

0 commit comments

Comments
 (0)