Skip to content

Commit 8e01dcd

Browse files
committed
fix: workflows
1 parent 2e44ed3 commit 8e01dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build ./Parameterize.Net --no-restore --configuration Release
2626

2727
- name: Run tests
28-
run: dotnet test ./Parameterize.Net --no-build --verbosity normal
28+
run: dotnet test ./Parameterize.Net --verbosity normal
2929

3030
- name: Upload test results
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)