Skip to content

Commit

Permalink
test test test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaltieri committed Nov 9, 2023
1 parent bd288af commit 8322cf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hello_world_multiplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
app-path: zephyr
toolchains: all

- name: Unit tests
working-directory: zephyr
shell: bash
run: |
west build -p -b unit_testing tests/unit/base64 -- -DM64_MODE=1
- name: Build firmware
working-directory: zephyr
shell: bash
Expand Down

0 comments on commit 8322cf8

Please sign in to comment.