Parcourir la source

Update ci.yml

release/3.x.x
Christian il y a 3 ans
Parent
révision
1cf4a7d6be
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      .github/workflows/ci.yml

+ 4
- 2
.github/workflows/ci.yml Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer