Skip to content

Commit

Permalink
CI: Add missing/new Rust tests/examples from RIOT OS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 30, 2024
1 parent 3d280a4 commit 354513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 354513d

Please sign in to comment.