Probably speed up builds idk

This commit is contained in:
Pieter-Jan Briers
2021-03-04 02:50:37 +01:00
parent 0adb00f6c3
commit cbe354b263
3 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors=nullable
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors=nullable /m
- name: Content.Tests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
- name: Content.IntegrationTests