Selaa lähdekoodia

Update main.yml

blueloveTH 6 päivää sitten
vanhempi
commit
5e9b3c36dc
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      .github/workflows/main.yml

+ 0 - 6
.github/workflows/main.yml

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