Skip to content

Commit

Permalink
drop restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 19, 2025
1 parent 9e91cd0 commit abb86de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit abb86de

Please sign in to comment.