Skip to content

Issue running compliance check in GitHub Actions CI #923

Description

@ptsouchlos

Describe the bug
I've been trying to setup a UCI compliance check as part of my CI setup for my chess engine but it consistently fails on step 12 of the compliance check. The odd thing is that I cannot reproduce the behavior when running the compliance check locally.

Currently I'm building fastchess from source in the CI using clang and then using that built binary for the compliance check.

I'm trying to figure out if this is a bug in the check, an issue with the GitHub runner, or with my engine.

To Reproduce
See my PR link below.

Expected behavior
Would be good for the check to match what I see locally.

Environment (please complete the following information):

  • OS: Fedora 42 (Local)
  • CLI Command: fastchess --compliance byte-knight
  • Version: fastchess alpha 1.5.0

Additional context
See this PR for the actions runs that failed ptsouchlos/byte-knight#113

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions