Update dotnet.yml

This commit is contained in:
Timothy Baldridge 2021-01-02 10:57:19 -07:00 committed by GitHub
parent 21e4e1f014
commit 12499d317b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal -p:ParallelizeTestCollections=false