summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index bec3fb4..a5f3841 100755
--- a/check.py
+++ b/check.py
@@ -7,7 +7,7 @@ import pathlib
def main() -> None:
subprocess.run(
- ["go", "test", "-v"],
+ ["go", "test", "-v", "./..."],
check=True,
cwd=pathlib.Path(__file__).resolve().parent,
)