Skip to content

Commit

Permalink
Update to dotnet-retest for better reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 24, 2024
1 parent d53ab9a commit b760f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: dotnet build -m:1

- name: 🧪 test
uses: ./.github/workflows/test
run: |
dotnet tool update -g dotnet-retest
dotnet retest -- --no-build
- name: 📦 pack
run: dotnet pack -m:1
Expand Down

0 comments on commit b760f1d

Please sign in to comment.