Skip to content

Commit

Permalink
Use chg in GitHub Actions tests (#355)
Browse files Browse the repository at this point in the history
Should speed testing up by a minute or two.
  • Loading branch information
rmunn authored Dec 6, 2024
1 parent 1a959e3 commit 92c8c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 92c8c96

Please sign in to comment.