Skip to content

Commit af1f33c

Browse files
committed
add zebra self play to CI as a sanity check
1 parent 8442194 commit af1f33c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515

1616
- name: Build
1717
run: make all -j $(nproc)
18+
19+
- name: Run a test game # Just run a simple zebra self-play as a sanity check
20+
run: ./zebra -l 6 6 6 6 6 6

0 commit comments

Comments
 (0)