Skip to content

Commit 4f2b73a

Browse files
committed
ci: fix missing --configuration Release in Test step
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
1 parent e670d71 commit 4f2b73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build
2222
run: dotnet build ./Light.TemporaryStreams.sln --configuration Release --no-restore
2323
- name: Test
24-
run: dotnet test ./Light.TemporaryStreams.sln --no-build --no-restore --verbosity normal
24+
run: dotnet test ./Light.TemporaryStreams.sln --configuration Release --no-build --no-restore --verbosity normal

0 commit comments

Comments
 (0)