We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b73866 commit d631d3fCopy full SHA for d631d3f
1 file changed
.github/workflows/dotnet.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build --no-restore --configuration Release src/OneBitSoftware.Slovom.sln
26
27
- name: dotnet test
28
- run: dotnet test --no-build --verbosity normal src/OneBitSoftware.Slovom.sln
+ run: dotnet test --no-build --configuration Release --verbosity normal src/OneBitSoftware.Slovom.sln
29
30
- name: dotnet pack
31
run: dotnet pack --configuration Release --no-build src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj
0 commit comments