From 12edd270ec35f78ec55b9c484d44398835b43796 Mon Sep 17 00:00:00 2001 From: unlsycn Date: Sat, 5 Oct 2024 20:23:51 +0000 Subject: [PATCH] ci: print jg report when finished --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37c7ba3..a453afa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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] @@ -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))