We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf9129 commit 9609cd3Copy full SHA for 9609cd3
.github/workflows/test.yaml
@@ -47,10 +47,6 @@ jobs:
47
cnt=$(grep -c "failed" "$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/runs.log")
48
if [[ $cnt -ne 1 ]]; then exit 1; fi
49
rm -rf $GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI
50
- - name: Debug
51
- if: always()
52
- run: |
53
- cat ./verilog/dv/cocotb/sim/*/*/*.log
54
- name: Install nix
55
run: |
56
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm --extra-conf "
0 commit comments