Skip to content

Commit

Permalink
update actions - tweake verbosity level of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Jan 2, 2020
1 parent 36c820f commit cec658d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build GraphBuilder/GraphBuilder.sln --configuration Release
run: dotnet build GraphBuilder/GraphBuilder.sln -c Release
- name: Run tests
run: dotnet test GraphBuilder/tests/tests.csproj -v n
run: dotnet test GraphBuilder/tests/tests.csproj -c Release -v m

0 comments on commit cec658d

Please sign in to comment.