From ad09a73b965e0d8f1bd2dd64f939f031aefc1832 Mon Sep 17 00:00:00 2001 From: djrtwo Date: Mon, 15 May 2023 12:03:30 -0600 Subject: [PATCH] add attslotrange to circleci workflows --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b41699f71..c3d6540ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -305,6 +305,9 @@ workflows: - test-eip6110: requires: - install_pyspec_test + - test-attslotrange: + requires: + - install_pyspec_test - table_of_contents - codespell - lint: