create-binaries.yml: Disable dotnet testing

This commit is contained in:
Ivan Bushchik 2022-03-28 14:44:16 +03:00 committed by GitHub
parent 029607aec2
commit e6acd912c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,6 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Prepare for building - name: Prepare for building
run: mkdir prepublish publish run: mkdir prepublish publish
- name: Create binary for osx-x64 - name: Create binary for osx-x64