We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b44253 commit 90fadabCopy full SHA for 90fadab
1 file changed
.github/workflows/build.yaml
@@ -96,8 +96,8 @@ jobs:
96
97
- name: Build 1
98
run: >
99
- dotnet build PSql.Engine --no-restore -c Release
100
- -p:TreatWarningsAsErrors=true
+ dotnet build PSql.Engine --no-restore -c Release -p:TreatWarningsAsErrors=true;
+ dotnet build PSql.Engine --no-restore -c Debug
101
102
- name: Build 2
103
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Test
109
110
- dotnet test --no-build -c Release
+ dotnet test --no-restore -c Debug
111
--settings Coverlet.runsettings
112
--results-directory ${{ runner.temp }}/coverage/raw
113
env:
0 commit comments