mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user