Skip to content

Commit

Permalink
👷 (tests): System - deep sleep, run for 800 w/ 1% check
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas authored and YannLocatelli committed Jul 9, 2024
1 parent 0763a01 commit fe4f1fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
run_functional_tests:
run_system_tests:
name: Build & Test
runs-on: robot

Expand All @@ -44,9 +44,9 @@ jobs:
make
#
# Mark: - Run functional tests
# Mark: - Run system tests
#

- name: Run functional tests
- name: Run system tests
run: |
python3 -u tools/run_system_tests.py
python3 -u tools/run_system_tests.py --duration 800 --deep-sleep-percentage 1

0 comments on commit fe4f1fb

Please sign in to comment.