Skip to content

Commit

Permalink
chore(ci): experiment with splitting Windows further
Browse files Browse the repository at this point in the history
Windows is the slowest test run, a problem made worse
by the time consuming build process that runs before it.

Perhaps a short term workaround until we have time to
optimise the build step is to increase the number of shards.
  • Loading branch information
thisislawatts committed Mar 11, 2024
1 parent 82fc253 commit c678502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ workflows:
test_snyk_command: binary-releases\\snyk-win.exe
install_deps_extension: windows-full
dont_skip_tests: 0
shards: 4
pre_test_cmds: Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1; RefreshEnv

- sign:
Expand Down

0 comments on commit c678502

Please sign in to comment.