Skip to content

Commit

Permalink
CI: Test Rust both with hello-world and gcoap example
Browse files Browse the repository at this point in the history
Build failures after #189 show
that the test coverage is insufficient to catch C2Rust breakage; this
mitigates it by building an example that pulls in much more code.
  • Loading branch information
chrysn committed Sep 27, 2022
1 parent a145873 commit 99b0510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
# action does only minimal fetching.
(cd RIOT && git fetch origin master && git checkout FETCH_HEAD)
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
(cd RIOT && git switch -)
env:
BUILD_IN_DOCKER: 1
Expand Down

0 comments on commit 99b0510

Please sign in to comment.