1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Run full test suite (#1597)

* Run all tests
This commit is contained in:
Oscar Hinton
2021-09-27 19:34:55 +02:00
committed by GitHub
parent 1559e2bbe4
commit fbf3e0dcdc
2 changed files with 31 additions and 15 deletions

View File

@ -69,7 +69,9 @@ jobs:
shell: pwsh
- name: Test solution
run: dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build
run: |
dotnet test ./test --configuration Debug --no-build
dotnet test ./bitwarden_license/test/CmmCore.Test --configuration Debug --no-build
shell: pwsh