Skip to content

Commit 0cf48ef

Browse files
committed
Add more tests
1 parent c0b7721 commit 0cf48ef

File tree

2 files changed

+692
-6
lines changed

2 files changed

+692
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test # Validate the JSON schema.
22
test:
3-
@cargo test -- --show-output
3+
@cargo test
44

55
.git/hooks/pre-commit:
66
@printf "#!/bin/sh\nmake lint\n" > $@

0 commit comments

Comments
 (0)