Skip to content

Commit b1baf25

Browse files
authored
Merge pull request #35 from chipsalliance/ci
ci: print jg report when finished
2 parents f9f7e8f + 12edd27 commit b1baf25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
nix run '.#gcd.verilated'
7676
77-
run-formal-verification:
78-
name: "Run Formal Verification"
77+
run-jg-fpv:
78+
name: "Run JasperGold FPV"
7979
strategy:
8080
fail-fast: false
8181
runs-on: [self-hosted, linux, nixos]
@@ -86,6 +86,6 @@ jobs:
8686
- uses: actions/checkout@v4
8787
with:
8888
ref: ${{ github.event.pull_request.head.sha }}
89-
- name: "Run Formal Verification"
89+
- name: "Run JasperGold FPV"
9090
run: |
91-
nix build '.#gcd.jg-fpv' --impure && $(exit $(cat result/failed_num))
91+
nix build '.#gcd.jg-fpv' --impure && cat result/report.txt && $(exit $(cat result/failed_num))

0 commit comments

Comments
 (0)