Remove debug print
This commit is contained in:
parent
e9153252a2
commit
32d50df9cf
|
@ -87,9 +87,7 @@ jobs:
|
||||||
name: ckzg-library-wrapper-${{ matrix.target.location }}
|
name: ckzg-library-wrapper-${{ matrix.target.location }}
|
||||||
path: bindings/csharp/Ckzg.Bindings/runtimes/${{ matrix.target.location }}/native
|
path: bindings/csharp/Ckzg.Bindings/runtimes/${{ matrix.target.location }}/native
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: dotnet test -c release bindings/csharp/Ckzg.sln
|
||||||
find bindings/csharp/Ckzg.Bindings/runtimes
|
|
||||||
dotnet test -c release bindings/csharp/Ckzg.sln
|
|
||||||
|
|
||||||
build-ckzg-dotnet:
|
build-ckzg-dotnet:
|
||||||
name: Build .NET wrapper
|
name: Build .NET wrapper
|
||||||
|
|
Loading…
Reference in New Issue