]> git.sesse.net Git - stockfish/commit
speedup CI
authordisservin <disservin.social@gmail.com>
Mon, 7 Nov 2022 17:15:42 +0000 (18:15 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 7 Nov 2022 20:42:04 +0000 (21:42 +0100)
commit6c1df553fa7a94551de7b07515a29098a2f23c16
tree315609334366c239637ee3e76402e900ce1422a1
parenta41390079147aea89cb5222089a45e1958ebec8e
speedup CI

Github Actions allows us to use up to 20 workers.
This way we can launch multiple different checks
at the same time and optimize the overall time
the CI takes a bit.

closes https://github.com/official-stockfish/Stockfish/pull/4223

No functional change
.github/workflows/stockfish.yml
.github/workflows/stockfish_compile_test.yml [new file with mode: 0644]
.github/workflows/stockfish_sanitizers.yml [new file with mode: 0644]
.github/workflows/stockfish_test.yml [new file with mode: 0644]