Skip to content

Commit dce5474

Browse files
committed
ci: add basic laze test
1 parent e4ed819 commit dce5474

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
153153
BOARDS: "esp32-wroom-32 hifive1b native samr21-xpro"
154154

155+
- name: laze test
156+
run: |
157+
docker run --rm -t ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
158+
laze --version
159+
155160
- name: Run static tests
156161
run: |
157162
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \

0 commit comments

Comments
 (0)