chore(ci): Run build/test all crates

This commit is contained in:
Ed Page 2021-11-23 16:10:32 -06:00
parent 6b5e7e28df
commit da03c2706c

View file

@ -4,7 +4,7 @@
# - Easy to debug: show the command being run
# - Leverage CI features: Only run individual steps so we can use features like reporting elapsed time per step
ARGS?=
ARGS?=--workspace
TOOLCHAIN_TARGET ?=
ifneq (${TOOLCHAIN_TARGET},)
ARGS+=--target ${TOOLCHAIN_TARGET}