Skip to content

Commit f4bd749

Browse files
committed
Adequate test-mingw to new hello-world example
1 parent 792b140 commit f4bd749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def chdir(path: Path):
7373
session.install(".")
7474

7575
session.install("--no-build-isolation", str(examples / "hello-world"))
76-
session.run("hello-world")
76+
session.run("print-hello")
77+
session.run("sum-cli", "5", "7")
78+
session.run("rust-demo", "5", "7")
7779

7880
session.install("pytest", "pytest-benchmark", "beautifulsoup4")
7981
session.install("--no-build-isolation", str(examples / "html-py-ever"))

0 commit comments

Comments
 (0)