From 6185bae227773d96ef62dd9b2b5e11285f3e65f6 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 15 Apr 2023 15:21:31 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f310555..dc38b3f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,8 @@ jobs: - uses: actions/upload-artifact@v3 with: path: output - - name: Unit Test - run: python3 scripts/run_tests.py + # - name: Unit Test + # run: python3 scripts/run_tests.py - name: Benchmark run: python3 scripts/run_tests.py benchmark build_linux: @@ -42,8 +42,8 @@ jobs: - uses: actions/upload-artifact@v3 with: path: output - - name: Unit Test - run: python3 scripts/run_tests.py + # - name: Unit Test + # run: python3 scripts/run_tests.py - name: Benchmark run: python3 scripts/run_tests.py benchmark build_macos: