Skip to content

Commit 7a808e5

Browse files
committed
run gl
Signed-off-by: Kareem Farid <[email protected]>
1 parent 24fa483 commit 7a808e5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/test.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
- uses: ./.github/actions/setup-dependencies
1212
with:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
14-
# - name: Setup Dependencies
15-
# env:
16-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
# run: |
18-
# make setup
19-
# - name: Run RTL Verification
20-
# env:
21-
# COCOTB_ARGS: "--CI -verbosity debug"
22-
# run: |
23-
# make cocotb-verify-all-rtl
24-
# - name: Debug
25-
# if: always()
26-
# run: |
27-
# cat ./verilog/dv/cocotb/sim/*/*/*.log
14+
- name: Setup Dependencies
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
run: |
18+
make setup
19+
- name: Run RTL Verification
20+
env:
21+
COCOTB_ARGS: "--CI -verbosity debug"
22+
run: |
23+
make cocotb-verify-all-gl
24+
- name: Debug
25+
if: always()
26+
run: |
27+
cat ./verilog/dv/cocotb/sim/*/*/*.log
2828
# - name: Install nix
2929
# run: |
3030
# curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm --extra-conf "

0 commit comments

Comments
 (0)