Skip to content

Commit

Permalink
add zebra self play to CI as a sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
panstromek committed Feb 20, 2022
1 parent 8442194 commit af1f33c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af1f33c

Please sign in to comment.