Browse Source

Update ci.yml

release/3.x.x
Christian 3 years ago
parent
commit
1cf4a7d6be
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .github/workflows/ci.yml

+ 4
- 2
.github/workflows/ci.yml View File

@@ -20,5 +20,7 @@ jobs:
run: dotnet restore MQTTnet.sln
- name: Build
run: dotnet build --configuration Release --no-restore MQTTnet.sln
- name: Test
run: dotnet test --no-restore --verbosity normal MQTTnet.sln
- name: Test MQTTnet
run: dotnet test --no-restore --verbosity normal Tests\MQTTnet.Core.Tests\MQTTnet.Tests.csproj
- name: Test AspNetCore
run: dotnet test --no-restore --verbosity normal Tests\MQTTnet.AspNetCore.Tests\MQTTnet.AspNetCore.Tests.csproj

Loading…
Cancel
Save