Skip to content

Commit

Permalink
DO NOT MERGE: Limit tests to Rust and one representative other
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 18, 2021
1 parent d1b5fbe commit 761daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .murdock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ _greplist() {
# get list of all app directories
get_apps() {
make -f makefiles/app_dirs.inc.mk info-applications \
| $(_greplist $APPS) | sort
| $(_greplist $APPS) | sort | grep rust\\\|xfa\\\|kconfig
}

# take app dir as parameter, print all boards that are supported
Expand Down

0 comments on commit 761daaf

Please sign in to comment.