Skip to content

Commit

Permalink
Test workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Dec 13, 2023
1 parent 7617d4d commit cfb0797
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run unit tests on .NET ${{ matrix.dotnet-version }}
run: dotnet test

- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit cfb0797

Please sign in to comment.