tools/ci.sh: Run performance benchmark as part of all unix test runs.

This tests that the performance benchmarks run without error.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-02-28 18:54:10 +11:00
parent c4b8dae438
commit 8626dcd623
2 changed files with 1 additions and 6 deletions

View File

@@ -45,8 +45,6 @@ jobs:
run: source tools/ci.sh && ci_unix_standard_build
- name: Run main test suite
run: source tools/ci.sh && ci_unix_standard_run_tests
- name: Run performance benchmarks
run: source tools/ci.sh && ci_unix_standard_run_perfbench
- name: Print failures
if: failure()
run: tests/run-tests.py --print-failures