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