Skip to content

Commit 5e07ba8

Browse files
authored
Update test command to include Release configuration
1 parent 47b359f commit 5e07ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: dotnet build Aquiis.sln --no-restore --configuration Release
2727

2828
- name: Run focused tests
29-
run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --verbosity normal
29+
run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --configuration Release --verbosity normal

0 commit comments

Comments
 (0)