From 57f8468f489190ea41cdcaad357d98d9b8a964d3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 22 May 2021 16:56:04 +0100 Subject: check: Also check the doctests in subplotlib Signed-off-by: Daniel Silverstone --- check | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check') diff --git a/check b/check index eb6b509..a7e6f19 100755 --- a/check +++ b/check @@ -220,6 +220,9 @@ def check_subplotlib(r): # Run Rust tests for the subplotlib library. r.runcmd(["cargo", "test", "--lib"], cwd="subplotlib") + # Run Rust doctests for the subplotlib library. + r.runcmd(["cargo", "test", "--doc"], cwd="subplotlib") + # Find subplots for subplotlib. mds = find_files("subplotlib/*.md", lambda f: True) -- cgit v1.2.1