Skip to content

Commit

Permalink
Use cargo insta in Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Feb 26, 2024
1 parent d8d0314 commit 3167f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:

.PHONY: test
test:
@cargo test --all
@cargo insta test --all-features

.PHONY: check
check:
Expand Down

0 comments on commit 3167f56

Please sign in to comment.