From 32d50df9cf4d50ddd21f2224224b32a92de02b2e Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 29 Apr 2024 11:39:01 -0500 Subject: [PATCH] Remove debug print --- .github/workflows/csharp-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml index 447054d..9bc699c 100644 --- a/.github/workflows/csharp-tests.yml +++ b/.github/workflows/csharp-tests.yml @@ -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