mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Run tests for rive_tess
Adds ability to run tests when building rive_tess: ``` cd packages/runtime/tess/build/macosx ./build_tess.sh test ``` Also runs them in GitHub Actions. Diffs= 265e9c7aa Run tests for rive_tess
This commit is contained in:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -89,3 +89,10 @@ jobs:
|
||||
echo Testing for ${{matrix.platform}}
|
||||
cd dev
|
||||
./test.sh
|
||||
|
||||
- name: Tess Tests
|
||||
if: matrix.platform == 'macOS'
|
||||
run: |
|
||||
echo Testing for ${{matrix.platform}}
|
||||
cd tess/build/macosx
|
||||
./build_tess.sh test
|
||||
|
||||
Reference in New Issue
Block a user