Skip to content

Commit 90fadab

Browse files
committed
Attempt to plug coverage holes.
1 parent 3b44253 commit 90fadab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696

9797
- name: Build 1
9898
run: >
99-
dotnet build PSql.Engine --no-restore -c Release
100-
-p:TreatWarningsAsErrors=true
99+
dotnet build PSql.Engine --no-restore -c Release -p:TreatWarningsAsErrors=true;
100+
dotnet build PSql.Engine --no-restore -c Debug
101101
102102
- name: Build 2
103103
run: >
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Test
109109
run: >
110-
dotnet test --no-build -c Release
110+
dotnet test --no-restore -c Debug
111111
--settings Coverlet.runsettings
112112
--results-directory ${{ runner.temp }}/coverage/raw
113113
env:

0 commit comments

Comments
 (0)