From b66a62430893db91f911dacb794405dfd783e09e Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 9 Sep 2021 07:14:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0ab303..4855249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,3 +10,4 @@ testbench: # This job runs in the test stage. - apt update && apt install -y iverilog yosys verilator gtkwave - echo "Running unit tests..." - make + - make sim