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