Skip to content

Commit

Permalink
chore: add makefile for check and test (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Jul 25, 2023
1 parent 270dc28 commit af1e04a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SHELL := /bin/bash
.PHONY: proto check test

check:
cargo sort -w && cargo fmt --all && cargo clippy --all-targets

test:
cargo test --all

0 comments on commit af1e04a

Please sign in to comment.