Skip to content

Commit

Permalink
tell me whats up
Browse files Browse the repository at this point in the history
  • Loading branch information
wrexbe committed Jun 10, 2022
1 parent 48c226c commit ffd2c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors=nullable /m

- name: Run Content.Tests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=2 NUnit.Verbosity=5 DefaultTimeout=80_000

- name: Run Content.IntegrationTests
shell: pwsh
run: |
$env:DOTNET_gcServer=1
dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=2 NUnit.Verbosity=5 NUnit.DefaultTimeout=900000

0 comments on commit ffd2c8b

Please sign in to comment.