fix: add missing engine_coms option to config #2734
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Cutechess-Tests: | |
uses: ./.github/workflows/cutechess_tests.yml |