Skip to content

fix: illegal moves when engine times out (#490) #1611

fix: illegal moves when engine times out (#490)

fix: illegal moves when engine times out (#490) #1611

Workflow file for this run

name: FastChess
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Artifacts:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/artifacts.yml
E2E-Tests:
uses: ./.github/workflows/e2e_tests.yml
Unit-Tests:
uses: ./.github/workflows/unit_tests.yml