Skip to content

Commit

Permalink
CI fix: Build the selected board instead of all boards
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 24, 2023
1 parent 2e3d4a9 commit d533de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
done
# common steps end here

- name: Build on selected platforms
- name: Build the example
run: |
make buildtest BUILDTEST_MAKE_REDIRECT='' BOARD=${{ matrix.board }} -C RIOT/${{ matrix.example }}
make all BOARD=${{ matrix.board }} -C RIOT/${{ matrix.example }}

build-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d533de0

Please sign in to comment.