Skip to content

Commit

Permalink
Merge pull request #35 from chipsalliance/ci
Browse files Browse the repository at this point in the history
ci: print jg report when finished
  • Loading branch information
sequencer authored Oct 5, 2024
2 parents f9f7e8f + 12edd27 commit b1baf25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
run: |
nix run '.#gcd.verilated'
run-formal-verification:
name: "Run Formal Verification"
run-jg-fpv:
name: "Run JasperGold FPV"
strategy:
fail-fast: false
runs-on: [self-hosted, linux, nixos]
Expand All @@ -86,6 +86,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Run Formal Verification"
- name: "Run JasperGold FPV"
run: |
nix build '.#gcd.jg-fpv' --impure && $(exit $(cat result/failed_num))
nix build '.#gcd.jg-fpv' --impure && cat result/report.txt && $(exit $(cat result/failed_num))

0 comments on commit b1baf25

Please sign in to comment.