Update main.yml

This commit is contained in:
blueloveTH 2026-08-06 00:12:18 +08:00
parent e3255207c3
commit 5e9b3c36dc

View File

@ -45,8 +45,6 @@ jobs:
path: output path: output
- name: Unit Test - name: Unit Test
run: python scripts/run_tests.py run: python scripts/run_tests.py
- name: Benchmark
run: python scripts/run_tests.py benchmark
build_linux: build_linux:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
@ -90,8 +88,6 @@ jobs:
with: with:
name: linux name: linux
path: output path: output
- name: Benchmark
run: python scripts/run_tests.py benchmark
build_darwin: build_darwin:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
@ -102,8 +98,6 @@ jobs:
run: | run: |
python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=ON -DPK_BUILD_MODULE_CUTE_PNG=ON -DPK_BUILD_MODULE_MSGPACK=ON python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=ON -DPK_BUILD_MODULE_CUTE_PNG=ON -DPK_BUILD_MODULE_MSGPACK=ON
python scripts/run_tests.py python scripts/run_tests.py
- name: Benchmark
run: python scripts/run_tests.py benchmark
- name: Test Amalgamated Build - name: Test Amalgamated Build
run: python amalgamate.py run: python amalgamate.py
build_android_libs: build_android_libs: