Skip to content

Commit 0a90bb3

Browse files
committed
[ci] output urg report in vcs flow
1 parent 65fe62d commit 0a90bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ref: ${{ github.event.pull_request.head.sha }}
5757
- name: "Run VCS"
5858
run: |
59-
nix build '.#gcd.vcs.tests.simple-sim' --impure -L
59+
nix build '.#gcd.vcs.tests.simple-sim' --impure -L && cat result/urgReport/asserts.txt
6060
6161
run-verilator:
6262
name: "Run Verilator"

0 commit comments

Comments
 (0)