Skip to content

Commit b851b18

Browse files
committed
feat: add the robust-maturin-demo to the update-demo nox session
1 parent 50ece2d commit b851b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test(session: Session) -> None:
122122
session.run("pytest", "tests")
123123

124124

125-
@nox.parametrize(arg_names="add_rust_extension", arg_values_list=[False], ids=["no-rust"])
125+
@nox.parametrize(arg_names="add_rust_extension", arg_values_list=[False, True], ids=["no-rust", "rust"])
126126
@nox.session(python=DEFAULT_TEMPLATE_PYTHON_VERSION, name="update-demo")
127127
def update_demo(session: Session, add_rust_extension: bool) -> None:
128128
session.log("Installing script dependencies for updating generated project demos...")

0 commit comments

Comments
 (0)