Ver código fonte

Update ci.yml

release/3.x.x
Christian 3 anos atrás
pai
commit
1cf4a7d6be
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      .github/workflows/ci.yml

+ 4
- 2
.github/workflows/ci.yml Ver arquivo

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

Carregando…
Cancelar
Salvar