Skip to content

Commit

Permalink
Add POSIX tests to the PR-acceptance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-yolabs authored and linkmonitor committed Jul 10, 2023
1 parent 7b0c53f commit ce9f8e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- name: FreeRTOS Tests
working-directory: extra
run: ./build/test/freertos_eventrouter_test
- name: POSIX Tests
working-directory: extra
run: ./build/test/posix_eventrouter_test

0 comments on commit ce9f8e9

Please sign in to comment.