Skip to content

Commit fd7a16c

Browse files
authored
Update dotnet.yml
1 parent 9a53086 commit fd7a16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish TACTSharp
4141
run: dotnet publish --configuration ${{ matrix.config }} --no-restore TACTSharp/TACTSharp.csproj
4242
- name: Test
43-
run: dotnet test --no-build --verbosity normal
43+
run: dotnet test --verbosity normal
4444
- name: Archive TACTTool Release
4545
uses: thedoctor0/zip-release@main
4646
with:

0 commit comments

Comments
 (0)