Skip to content

Commit d631d3f

Browse files
release
1 parent 5b73866 commit d631d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

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

2727
- name: dotnet test
28-
run: dotnet test --no-build --verbosity normal src/OneBitSoftware.Slovom.sln
28+
run: dotnet test --no-build --configuration Release --verbosity normal src/OneBitSoftware.Slovom.sln
2929

3030
- name: dotnet pack
3131
run: dotnet pack --configuration Release --no-build src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj

0 commit comments

Comments
 (0)