diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1001b6c..9f1518d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: # This is the subset of `make -f makefiles/app_dirs.inc.mk # info-applications` that is probably relevant; more is covered when # riot-wrappers are updated in RIOT. - example: [examples/rust-hello-world, examples/rust-gcoap, tests/rust_minimal] + example: [examples/rust-hello-world, examples/rust-gcoap, tests/rust-async, tests/rust_minimal, tests/rust_libs] board: [native, sltb001a, samr21-xpro, stk3700] steps: # common steps start here