Remove debug print

This commit is contained in:
Justin Traglia 2024-04-29 11:39:01 -05:00
parent e9153252a2
commit 32d50df9cf
1 changed files with 1 additions and 3 deletions

View File

@ -87,9 +87,7 @@ jobs:
name: ckzg-library-wrapper-${{ matrix.target.location }}
path: bindings/csharp/Ckzg.Bindings/runtimes/${{ matrix.target.location }}/native
- name: Test
run: |
find bindings/csharp/Ckzg.Bindings/runtimes
dotnet test -c release bindings/csharp/Ckzg.sln
run: dotnet test -c release bindings/csharp/Ckzg.sln
build-ckzg-dotnet:
name: Build .NET wrapper