Skip to content

Commit

Permalink
Merge pull request #235 from kaspar030/setup_merge_queues
Browse files Browse the repository at this point in the history
ci: enable "build" for merge groups
  • Loading branch information
kaspar030 authored Dec 12, 2023
2 parents 555493d + 73424e7 commit 20c5011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
pull_request:
branches:
- '*'
merge_group:

jobs:
build-test:
Expand Down Expand Up @@ -133,7 +134,8 @@ jobs:
# that user, blocking downloads of own libraries.
rm -rf ~/.cargo
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
# TODO: temporarily disabled (sock_udp.h not found)
#make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
env:
BUILD_IN_DOCKER: 1
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
Expand Down

0 comments on commit 20c5011

Please sign in to comment.