Skip to content

Commit 53a87f1

Browse files
committed
[fix] configuration
1 parent 46791d4 commit 53a87f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build --no-restore -c Release
2525

2626
- name: Perform Unit Testing
27-
run: dotnet test --no-build --verbosity normal
27+
run: dotnet test --no-build -c Release --verbosity normal
2828

2929
- name: Create Package
3030
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-build -c Release -o ./publish

0 commit comments

Comments
 (0)