chore(Makefile): add lint to stable and beta rules

pull/244/head
Florian Dehau 4 years ago
parent 3f62ce9c19
commit d3f1669234

@ -102,11 +102,11 @@ watch-doc: ## Watch file changes and rebuild the documentation if any
.PHONY: stable
stable: RUST_CHANNEL = stable
stable: build test ## Run build and tests for stable
stable: build lint test ## Run build and tests for stable
.PHONY: beta
beta: RUST_CHANNEL = beta
beta: build test ## Run build and tests for beta
beta: build lint test ## Run build and tests for beta
.PHONY: nightly
nightly: RUST_CHANNEL = nightly

Loading…
Cancel
Save