Skip to content

Commit 49d7525

Browse files
committed
Change: Enhance test command in release workflow by specifying Release configuration
1 parent 09c6c2c commit 49d7525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Ensure that the tests must pass
3232
# The job will fail automatically if any test fails because `dotnet test` exits with a non-zero code
3333
- name: Run tests
34-
run: dotnet test --solution CodeOfChaos.Ansi.slnx --no-restore --no-build
34+
run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release --no-restore --no-build
3535

3636
- name: Publish to NuGet
3737
env:

0 commit comments

Comments
 (0)