CI/CD: play games

this action plays games under fast-chess with a `debug=yes` compiled binary.

It checks for triggered asserts in the code, or generally for engine disconnects.

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

No functional change
This commit is contained in:
Joost VandeVondele
2024-06-22 09:17:45 +02:00
parent 2678606e8d
commit 5514690f8e
2 changed files with 43 additions and 0 deletions
+2
View File
@@ -92,6 +92,8 @@ jobs:
uses: ./.github/workflows/tests.yml
Matetrack:
uses: ./.github/workflows/matetrack.yml
Games:
uses: ./.github/workflows/games.yml
Binaries:
if: github.repository == 'official-stockfish/Stockfish'
needs: [Matrix, Prerelease, Compilation]