This commit is contained in:
blueloveTH 2023-09-21 23:42:08 +08:00
parent c9389470bb
commit fa28b05e1a

View File

@ -72,6 +72,8 @@ jobs:
run: | run: |
bash build.sh bash build.sh
python3 scripts/run_tests.py python3 scripts/run_tests.py
- name: Benchmark
run: python3 scripts/run_tests.py benchmark
- run: | - run: |
python3 amalgamate.py python3 amalgamate.py
cd plugins/macos/pocketpy cd plugins/macos/pocketpy