Skip to content

Commit

Permalink
CI: Fix make invocation error that caused tests to fail when a board …
Browse files Browse the repository at this point in the history
…lacks their prerequisites
  • Loading branch information
chrysn committed Nov 24, 2023
1 parent 8cdc14e commit 1542220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "::group::Building ${D}"
# By running buildtest instead of all, we just skip boards that don't
# satisfy some requirements for some test
make buildtest BUILDTEST_MAKE_REDIRECT='' BOARDS=${{ matrix.board }}
BOARDS=${{ matrix.board }} make buildtest BUILDTEST_MAKE_REDIRECT=''
echo "::endgroup::"
if make test/available BOARD=native && [ "native" = "${{ matrix.board }}" ]; then
echo "::group::Testing ${D}"
Expand Down

0 comments on commit 1542220

Please sign in to comment.