X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/c25f3400060ea1a02f8fa9de69c39fd7b020e8a5..2e8bcf46df767e7cbceb1ae92ba2ec8e4996c241:/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