add test for macos

This commit is contained in:
BLUELOVETH 2023-07-26 15:57:46 +08:00 committed by GitHub
parent 973a1d2945
commit 2a7fde2640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,10 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Compile and Test
run: |
bash build.sh
python3 scripts/run_tests.py
- run: | - run: |
python3 amalgamate.py python3 amalgamate.py
cd plugins/macos/pocketpy cd plugins/macos/pocketpy