Skip to content

Commit 5f8f39d

Browse files
committed
Configuration mismatch
Updating the configuration to ensure the build and test steps use the same configuration
1 parent f6d1d61 commit 5f8f39d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: dotnet build --configuration Release --no-restore
2424

2525
- name: ✅ Run tests
26-
run: dotnet test --no-build --verbosity normal
26+
run: dotnet test --configuration Release --no-build --verbosity normal

0 commit comments

Comments
 (0)