Skip to content

Commit

Permalink
chore: temporary remove test target os condition
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Nov 14, 2023
1 parent 7579ae0 commit 15cb114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- run: dotnet test -c Release -f net8.0 --no-build --collect:"XPlat Code Coverage"

- run: dotnet test -c Release -f net7.0 --no-build --collect:"XPlat Code Coverage"
if: matrix.os == 'ubuntu-latest'

- run: dotnet test -c Release -f net6.0 --no-build --collect:"XPlat Code Coverage"
if: matrix.os == 'ubuntu-latest'

- uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 15cb114

Please sign in to comment.