Skip to content

Commit

Permalink
Run devices tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
basicer committed Jul 3, 2024
1 parent a066118 commit c656dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Run integration tests
run: MAX_PARALLEL_TESTS=1 make tests

- name: Run make devices tests
run: make make devices-test

- name: Run expect tests
run: make expect-tests

Expand Down

0 comments on commit c656dde

Please sign in to comment.