Skip to content

feat: Support RKH_CFG_QUE_PRIORITY_EN conf. opt #19

feat: Support RKH_CFG_QUE_PRIORITY_EN conf. opt

feat: Support RKH_CFG_QUE_PRIORITY_EN conf. opt #19

Workflow file for this run

name: Ceedling tests using container
on:
push:
branches:
- develop
jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: leanfrancucci/ceedling:latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Run Ceedling tests
run: ./test-all.sh
working-directory: tools/ceedling