diff --git a/Makefile b/Makefile index 32f165990c..656b45ebb1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: .PHONY: test test: - @cargo test --all + @cargo insta test --all-features .PHONY: check check: