Skip to content

Commit

Permalink
github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andi0b committed Dec 19, 2024
1 parent ab16615 commit f9f1e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore -p:test=true
- name: Build
run: dotnet build /p:test=true --no-restore
run: dotnet build -p:test=true --no-restore
- name: Test
run: dotnet test /p:test=true --no-build --verbosity normal
run: dotnet test -p:test=true -p:TestingPlatformShowTestsFailure=true --no-build --verbosity normal

0 comments on commit f9f1e7a

Please sign in to comment.