Skip to content

Commit

Permalink
Add publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Nov 21, 2022
1 parent 1d8b5b3 commit dac445c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ test: ## Run tests

.PHONY: lint
lint: ## Run linter
cargo clippy --all-targets --all-features -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings

.PHONY: publish
publish: ## Publish to crates.io
cargo publish

0 comments on commit dac445c

Please sign in to comment.