forked from github/verilator
CI: Run coverage with SystemC
This commit is contained in:
parent
64802f6f3d
commit
0b17d4f059
18
.github/workflows/coverage.yml
vendored
18
.github/workflows/coverage.yml
vendored
@ -23,8 +23,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
os: [ ubuntu-20.04 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
CI_BUILD_STAGE_NAME: build
|
||||
@ -64,22 +63,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
os: [ ubuntu-20.04 ]
|
||||
test:
|
||||
- vlt-
|
||||
- vltmt-
|
||||
num:
|
||||
- 0
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
num: [ 0 1 2 3 4 5 6 7 8 9 ]
|
||||
include:
|
||||
- { test: dist, num: '' }
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user