Update default_behavior

This commit is contained in:
hrsh7th
2021-08-23 18:51:43 +09:00
parent faf3fec703
commit 5edcf14f0d
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ lint:
.PHONY: test
test:
vusted ./lua
vusted --output=gtest ./lua
.PHONY: pre-commit
pre-commit: