Skip to content

Commit

Permalink
CI: add pkg_nanopb test
Browse files Browse the repository at this point in the history
This should ensure the installed nanopb package works correctly.
  • Loading branch information
kaspar030 committed Feb 11, 2022
1 parent 42bbacb commit 2656f56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ jobs:
BOARD: "microbit"
EMULATE: 1

- name: tests/nanopb test
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/pkg_nanopb all test
- name: LLVM build test
run: |
make -CRIOT/examples/hello-world buildtest
Expand Down

0 comments on commit 2656f56

Please sign in to comment.