diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 8d7d85c..437e5c8 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -20,4 +20,4 @@ jobs: run: | dotnet restore dotnet build --configuration Release - dotnet test + # dotnet test diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d287cbf..51dc75f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -20,4 +20,4 @@ jobs: run: | dotnet restore dotnet build --configuration Release - #dotnet test + # dotnet test