Skip to content

Commit 754fb6a

Browse files
authored
Update run-tests.yaml
1 parent dae2196 commit 754fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dotnet restore src/ParquetViewer.sln
2727

2828
- name: Build
29-
run: dotnet build src/ParquetViewer.sln --configuration Release --no-restore
29+
run: dotnet build src/ParquetViewer.sln --configuration Debug --no-restore
3030

3131
- name: Test
3232
run: dotnet test src/ParquetViewer.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)