From e6acd912c8de999eeb0157bb918e69b63861ad29 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Mon, 28 Mar 2022 14:44:16 +0300 Subject: [PATCH] create-binaries.yml: Disable dotnet testing --- .github/workflows/create-binaries.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create-binaries.yml b/.github/workflows/create-binaries.yml index a73cb0f..0282cc1 100644 --- a/.github/workflows/create-binaries.yml +++ b/.github/workflows/create-binaries.yml @@ -15,8 +15,6 @@ jobs: run: dotnet restore - name: Build run: dotnet build --no-restore - - name: Test - run: dotnet test --no-build --verbosity normal - name: Prepare for building run: mkdir prepublish publish - name: Create binary for osx-x64