File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
- name : Check that the latest auto-generated Swift files are in the repo
38
38
run : |
39
39
npm install
40
- # python3 ./ # Generate bindings into local directory
41
40
npm run tsc
42
41
node ./src/index.mjs
43
- # git diff --exit-code ci/LDKSwift/Sources/LDKSwift ':(exclude)ci/LDKSwift/Sources/LDKSwift/bindings/Bindings.swift'
44
42
env :
45
43
LDK_SWIFT_GENERATOR_INPUT_HEADER_PATH : ci/ldk-c-bindings/lightning-c-bindings/include/lightning.h
44
+ - name : Test bindings parsing and generation
45
+ run : npm test
46
46
- name : Install Swift Toolchain
47
47
run : |
48
48
curl --verbose -L -o swift-5.7.2-RELEASE-ubuntu22.04.tar.gz https://download.swift.org/swift-5.7.2-release/ubuntu2204/swift-5.7.2-RELEASE/swift-5.7.2-RELEASE-ubuntu22.04.tar.gz
You can’t perform that action at this time.
0 commit comments