diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a453afa..504e5ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"