Skip to content

Commit

Permalink
add warn as error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jul 5, 2021
1 parent a41b222 commit 2d36a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::add-matcher::.github/matchers/dotnet.json"

- name: 🛠️ Build code
run: dotnet build
run: dotnet build /warnaserror

- name: 👀 Test code
run: dotnet test -v minimal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=${{github.workspace}}/codecover/lcov.info
Expand Down

0 comments on commit 2d36a13

Please sign in to comment.