minor cleanup to the CI job (#4181)
This commit is contained in:
parent
939b4c4c08
commit
3ad2830d63
|
|
@ -39,4 +39,4 @@ jobs:
|
|||
run: dotnet build --configuration Release --no-restore
|
||||
|
||||
- name: Test ${{ matrix.version }}
|
||||
run: dotnet test **/bin/**/${{ matrix.version }}/*Tests.dll --configuration Release --no-build --logger:"console;verbosity=detailed"
|
||||
run: dotnet test **/bin/**/${{ matrix.version }}/*.Tests.dll --logger:"console;verbosity=detailed"
|
||||
|
|
|
|||
Loading…
Reference in New Issue