Skip to content

Commit

Permalink
CI: Need to remove --no-build for full framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 21, 2023
1 parent a90c78e commit 8ab3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: dotnet test --no-build --configuration ${{ matrix.configuration }} src
continue-on-error: ${{ matrix.os == 'macos-latest' }}
- name: Tests (Full Framework)
run: dotnet test --no-build --configuration ${{ matrix.configuration }} src/VCDiff.Tests/VCDiff.Tests.NetFx.csproj
run: dotnet test --configuration ${{ matrix.configuration }} src/VCDiff.Tests/VCDiff.Tests.NetFx.csproj
if: ${{ matrix.os == 'windows-latest' }}
- name: Upload code coverage
uses: codecov/codecov-action@v1.2.1
Expand Down

0 comments on commit 8ab3dd4

Please sign in to comment.