Skip to content

Commit

Permalink
update build.yml workflow to changed test tree layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 13, 2024
1 parent 3b916fb commit 951b611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/fmt_print all test
make -Ctests/sys/fmt_print all test
env:
BOARD: "microbit"
Expand All @@ -117,7 +117,7 @@ jobs:
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/pkg_nanopb all test
make -Ctests/pkg/nanopb all test
- name: LLVM build test
run: |
Expand Down

0 comments on commit 951b611

Please sign in to comment.