We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8442194 commit af1f33cCopy full SHA for af1f33c
.github/workflows/blank.yml
@@ -15,3 +15,6 @@ jobs:
15
16
- name: Build
17
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