From 99b05104ee91c7088539183b917cdc66c2c3a0b3 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 27 Sep 2022 09:28:40 +0200 Subject: [PATCH] CI: Test Rust both with hello-world and gcoap example Build failures after https://github.com/RIOT-OS/riotdocker/pull/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. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9ba19fe..d5bedf36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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