Skip to content

Commit

Permalink
Update build-test-verilator.yml with additional tests to exclude from…
Browse files Browse the repository at this point in the history
… Verilator

Excluded additional tests:

smoke_test_mbox_cg
smoke_test_kv_cg
smoke_test_doe_cg
  • Loading branch information
anjpar authored Jul 11, 2023
1 parent 7b5cff4 commit 052af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
outputs:
test_names: ${{ steps.output-matrix.outputs.test_names }}
env:
EXCLUDE_TESTS: "smoke_test_clk_gating, smoke_test_cg_wdt"
EXCLUDE_TESTS: "smoke_test_clk_gating, smoke_test_cg_wdt, smoke_test_mbox_cg, smoke_test_kv_cg, smoke_test_doe_cg"
steps:
- uses: actions/checkout@v3
- name: Install deps
Expand Down

0 comments on commit 052af07

Please sign in to comment.