File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 #
3232 # strategy:
3333 # matrix:
34- # example: [examples/rust-hello-world examples/rust-gcoap tests/rust_minimal]
34+ # example: [examples/lang_support/official/ rust-hello-world examples/lang_support/official /rust-gcoap tests/rust_minimal]
3535 #
3636 # setup here because really most of the stuff is the same, and the `cargo
3737 # update` is much faster the second time (so a parallel execution may
3838 # still be faster but uses 3x the resources)
3939 run : |
4040 export BOARDS='native sltb001a samr21-xpro'
41- DIRS='examples/rust-hello-world examples/rust-gcoap tests/rust_minimal'
41+ DIRS='examples/lang_support/official/ rust-hello-world examples/lang_support/official /rust-gcoap tests/rust_minimal'
4242 # It appears that there has to be output before :: commands really catch on
4343 echo "Building ${DIRS} on ${BOARDS}"
4444 echo "::echo ::on"
You can’t perform that action at this time.
0 commit comments