Skip to content

Each castling-right must be hashed in, not only the first. #60

Each castling-right must be hashed in, not only the first.

Each castling-right must be hashed in, not only the first. #60

Workflow file for this run

name: Libchess Test Action
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: init-submodules
run: git submodule update --init
- name: build
run: mkdir build && cd build && cmake ..
- name: test
run: cd build && make test