Skip to content

Commit 4ec9c32

Browse files
authored
Merge branch 'main' into ci/fix-rel
2 parents a44fd4b + f7ca28c commit 4ec9c32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ jobs:
176176
if: github.event_name == 'workflow_dispatch' && inputs.dry_run
177177
run: cargo check -p flowsdk_ffi
178178

179+
- name: Validate flowsdk_ffi (Bindings)
180+
if: github.event_name == 'workflow_dispatch' && inputs.dry_run
181+
run: cargo check -p flowsdk_ffi
182+
179183
build-and-upload:
180184
name: Build binaries
181185
needs: create-release

0 commit comments

Comments
 (0)