Skip to content

Commit f6c85e4

Browse files
committed
feat: all tests
1 parent b44ada5 commit f6c85e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main() -> None:
107107
run(["uv", "run", "ruff", "check", "--select", "I", "."])
108108
run(["uv", "run", "ruff", "format", "--check", "."])
109109
run(["uv", "run", "basedpyright", "-p", "pyproject.toml"])
110-
run(["uv", "run", "pytest", "tests/test_contracts.py", "-n", "auto"])
110+
run(["uv", "run", "pytest", "-n", "auto"])
111111
run(["uv", "build"])
112112

113113
if args.push_release_branch:

0 commit comments

Comments
 (0)