Skip to content

Commit

Permalink
Enable API Example test on win64
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Dec 17, 2023
1 parent 3e75939 commit ba291ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
path: ${{env.ILOC}}
retention-days: 5

- name: Make and run API Example Unit Test
shell: cmd
run: |
cmake --build build --config Release --target apiexample_test
build/bin/apiexample_test
- name: Display Tesseract Version and Test Command Line Usage
shell: cmd
run: |
Expand Down

0 comments on commit ba291ba

Please sign in to comment.