From 92c8c961f67388abd7ce79a053d7f0f0cb8642dc Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Fri, 6 Dec 2024 17:53:44 +0700 Subject: [PATCH] Use chg in GitHub Actions tests (#355) Should speed testing up by a minute or two. --- .github/workflows/dotnet-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 35206168..177a15f6 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -74,6 +74,7 @@ jobs: source environ dotnet test -l:"console;verbosity=normal" -l:nunit -c Release env: + CHORUS_HG_EXE: chg BUILD_NUMBER: ${{ github.run_number }} DbVersion: ${{ matrix.dbversion }} VSTEST_TESTHOST_SHUTDOWN_TIMEOUT: "30000"