Skip to content

Commit

Permalink
Update build.yml to run KataGo tests
Browse files Browse the repository at this point in the history
This commit updates build.yml to include a new step that runs various tests for KataGo, including layer tests, output tests, and ownership tests.
  • Loading branch information
ChinChangYang committed Nov 22, 2023
1 parent 0c6191f commit 0641694
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
cd cpp/xcode
/Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/xcodebuild -derivedDataPath DerivedData -scheme katago -configuration Release test
- name: Run KataGo tests
run: |
cd cpp/xcode/DerivedData/Build/Products/Release
./katago runnnlayertests
./katago runoutputtests
./katago runnnontinyboardtest model.bin.gz false false 0 false
./katago runnnsymmetriestest model.bin.gz false false false
./katago runownershiptests gtp.cfg model.bin.gz
cmake-macos:
runs-on: macos-13
steps:
Expand Down

0 comments on commit 0641694

Please sign in to comment.