From af1f33cd6179dd8fa1526ba5f57eb3f18e252154 Mon Sep 17 00:00:00 2001 From: panstromek Date: Sun, 20 Feb 2022 19:03:58 +0100 Subject: [PATCH] add zebra self play to CI as a sanity check --- .github/workflows/blank.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index bc29ac8..e2d098c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -15,3 +15,6 @@ jobs: - name: Build run: make all -j $(nproc) + + - name: Run a test game # Just run a simple zebra self-play as a sanity check + run: ./zebra -l 6 6 6 6 6 6