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:
luigi-rosso
2022-07-19 04:37:30 +00:00
parent 5d5f859d61
commit 5506f4dd56
5 changed files with 52 additions and 3 deletions

View File

@@ -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