We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ed819 commit dce5474Copy full SHA for dce5474
.github/workflows/build.yml
@@ -152,6 +152,11 @@ jobs:
152
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
153
BOARDS: "esp32-wroom-32 hifive1b native samr21-xpro"
154
155
+ - name: laze test
156
+ run: |
157
+ docker run --rm -t ${{ env.DOCKER_REGISTRY }}/riotbuild:latest \
158
+ laze --version
159
+
160
- name: Run static tests
161
run: |
162
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \
0 commit comments