We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae2196 commit 754fb6aCopy full SHA for 754fb6a
.github/workflows/run-tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet restore src/ParquetViewer.sln
27
28
- name: Build
29
- run: dotnet build src/ParquetViewer.sln --configuration Release --no-restore
+ run: dotnet build src/ParquetViewer.sln --configuration Debug --no-restore
30
31
- name: Test
32
run: dotnet test src/ParquetViewer.sln --no-build --verbosity normal
0 commit comments