From 6577d016e5914ceb45635155e40da3e4c4689939 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 17 Feb 2025 00:26:06 -0800 Subject: [PATCH] Run example design testbenches in CI Signed-off-by: Alex Forencich --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 78173d2..3745e8a 100644 --- a/tox.ini +++ b/tox.ini @@ -26,5 +26,8 @@ commands = [pytest] testpaths = tb + example +norecursedirs = + lib addopts = --import-mode importlib