X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/cb170f41304c809a22de172621845e637e28b8d2..f212d116773ee38f4e8a6b18c3aaa3869472de7b:/Makefile diff --git a/Makefile b/Makefile index 01d7298..f59d575 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ workspace/src/main.rs: ## Crates crates: $(WORKSPACEFILES) @cargo build - @cd solutions && cargo build @cd workspace && cargo build + @cd solutions && cargo build && cargo test