diff --git a/.github/workflows/test-nuget.yml b/.github/workflows/test-nuget.yml index 110a475..d92ca5f 100644 --- a/.github/workflows/test-nuget.yml +++ b/.github/workflows/test-nuget.yml @@ -29,7 +29,7 @@ jobs: - name: DotNet Restore run: | cd src/Sdcb.Arithmetic.Gmp.Tests - dotnet restore -c Release + dotnet restore - name: DotNet Build run: | cd src/Sdcb.Arithmetic.Gmp.Tests @@ -49,12 +49,9 @@ jobs: cd src/Sdcb.Arithmetic.Mpfr.Tests dotnet add package Sdcb.Arithmetic.Gmp.runtime.win-x64 -v ${{ env.GMP_NUGET_VERSION }} --no-restore cat Sdcb.Arithmetic.Mpfr.Tests.csproj - - name: DotNet Restore - run: | - dotnet restore -c Release - name: DotNet Build run: | - dotnet build -c Release --no-restore + dotnet build -c Release - name: Test run: | cd src/Sdcb.Arithmetic.Mpfr.Tests