X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=962bcbeb602d6bcfa4743d3c99f53ca49ca73d15;hb=3238fd6bdadc62cbc237f78e19559bf921c6ee29;hp=b5bfa8a7214b4134021c67aed01a3e0551777ccd;hpb=5ede4970b43f01dd8317d805601b762a45aa510d;p=ldk-java diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5bfa8a7..962bcbeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,6 +258,13 @@ jobs: diffoscope ldk-java-bins/"${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg c_sharp/org.ldk.nupkg || echo exit 1 fi + - name: Run test against C# release library + shell: bash + run: | + cd c_sharp + ln -s ./packaging_artifacts/runtimes/linux-x64/native/libldkcsharp.so ./ + LD_LIBRARY_PATH=. dotnet run --project tests.csproj + LD_LIBRARY_PATH=. dotnet run --project tests.csproj --configuration Release java_bindings: runs-on: ubuntu-latest