Update main.yml

This commit is contained in:
blueloveTH 2023-04-15 15:21:31 +08:00
parent 84d71762c2
commit 6185bae227

View File

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