diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml index a47dbe88a..b054abd5f 100644 --- a/.github/workflows/user_project_ci.yml +++ b/.github/workflows/user_project_ci.yml @@ -121,10 +121,6 @@ jobs: run: | make cocotb-verify-all-rtl - # - name: Run DV RTL tests - # run: | - # make cocotb-verify-all-rtl - - # -name : Run DV GL tests - # run: | - # make cocotb-verify-all-gl + - name: Run DV GL tests + run: | + make cocotb-verify-all-gl