Skip to content

Commit

Permalink
Merge #209
Browse files Browse the repository at this point in the history
209: CI: Test Rust both with hello-world and gcoap example r=kaspar030 a=chrysn

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.

[edit: Also, this is a good base to look into whether this needs / can be fixed on the image rather than on the Rust side, and it keeps pressure off Murdock by testing it here].

Co-authored-by: chrysn <[email protected]>
  • Loading branch information
bors[bot] and chrysn authored Sep 27, 2022
2 parents a145873 + 99b0510 commit 96074fc
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 96074fc

Please sign in to comment.