Skip to content

Commit

Permalink
[ci] output urg report in vcs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Oct 6, 2024
1 parent 65fe62d commit 0a90bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Run VCS"
run: |
nix build '.#gcd.vcs.tests.simple-sim' --impure -L
nix build '.#gcd.vcs.tests.simple-sim' --impure -L && cat result/urgReport/asserts.txt
run-verilator:
name: "Run Verilator"
Expand Down

0 comments on commit 0a90bb3

Please sign in to comment.