Improved performance of integration tests.
Some checks failed
ci / build-test (push) Failing after 8m39s

This commit is contained in:
2025-11-02 13:56:34 -05:00
parent b06eadef1d
commit abd5a81e3e
10 changed files with 262 additions and 130 deletions

View File

@@ -7,6 +7,8 @@ on:
jobs:
build-test:
runs-on: self-hosted
env:
CI: "true"
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
@@ -22,5 +24,5 @@ jobs:
nuget-${{ runner.os }}-
- run: dotnet restore
- run: dotnet build --configuration Release --no-restore
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
- run: dotnet test --configuration Release --no-build -p:CI=true --logger "trx;LogFileName=test-results.trx"