Skip to content

Commit 392c886

Browse files
committed
added runtest to the circleci workflow
1 parent 6068b1c commit 392c886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
export ACT_HOME=$VLSI_TOOLS_SRC/install
1616
./configure $ACT_HOME
1717
./build
18-
make install || :
18+
make install
19+
make runtest || :
1920
2021
workflows:
2122
version: 2

0 commit comments

Comments
 (0)