Skip to content

Commit

Permalink
Multi-target tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Dec 6, 2024
1 parent b71f613 commit 61a3bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore test project
run: dotnet restore -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
run: dotnet restore --no-dependencies -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
- name: Restore library
run: dotnet restore --no-dependencies -p:TargetFramework=netstandard2.0 --verbosity normal QrCodeGenerator
run: dotnet restore -p:TargetFramework=netstandard2.0 --verbosity normal QrCodeGenerator
- name: Build library
run: dotnet build --configuration Release --no-restore -p:TargetFramework=netstandard2.0 --verbosity normal QrCodeGenerator
- name: Build test project
Expand Down

0 comments on commit 61a3bd5

Please sign in to comment.