Skip to content

Commit dffa75e

Browse files
committed
Fix typo
1 parent a83d2cb commit dffa75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: dotnet test -c Debug
2626

2727
- name: Test (Release)
28-
run: dotnet test -c Debug
28+
run: dotnet test -c Release

0 commit comments

Comments
 (0)