Skip to content

Commit a2984f4

Browse files
committed
update bindings
1 parent 1d96c8f commit a2984f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
generate: false
2727
test-rust: ${{ runner.os == 'Linux' }}
28-
test-node: true
29-
test-c: true
28+
test-node: ${{ runner.os == 'Linux' }}
29+
test-c: ${{ runner.os == 'Linux' }}
3030
test-go: false
3131
test-swift: false
3232
test-python: false

0 commit comments

Comments
 (0)