Actually run integration tests

This commit is contained in:
Pieter-Jan Briers
2020-06-12 14:01:22 +02:00
committed by GitHub
parent 63c3e9577c
commit 1587efbe29

View File

@@ -24,6 +24,6 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Content.Tests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
- name: Content.IntegrationTests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
run: dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n