We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83d2cb commit dffa75eCopy full SHA for dffa75e
1 file changed
.github/workflows/test.yml
@@ -25,4 +25,4 @@ jobs:
25
run: dotnet test -c Debug
26
27
- name: Test (Release)
28
- run: dotnet test -c Debug
+ run: dotnet test -c Release
0 commit comments