Update check.yml

This commit is contained in:
pointfeev 2021-08-09 05:33:53 -05:00 committed by GitHub
parent 74bf4f95ef
commit 7aa0f72881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,9 @@ jobs:
run: dotnet restore
- name: Build Project
run: dotnet build --no-restore
run: dotnet build --no-restore --configuration $env:Configuration
env:
Configuration: ${{ matrix.configuration }}
- name: Test Project
run: dotnet test --no-build --verbosity normal