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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os: [ ubuntu-20.04 ]
|
||||||
- ubuntu-20.04
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
CI_BUILD_STAGE_NAME: build
|
CI_BUILD_STAGE_NAME: build
|
||||||
@ -64,22 +63,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os: [ ubuntu-20.04 ]
|
||||||
- ubuntu-20.04
|
|
||||||
test:
|
test:
|
||||||
- vlt-
|
- vlt-
|
||||||
- vltmt-
|
- vltmt-
|
||||||
num:
|
num: [ 0 1 2 3 4 5 6 7 8 9 ]
|
||||||
- 0
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
- 4
|
|
||||||
- 5
|
|
||||||
- 6
|
|
||||||
- 7
|
|
||||||
- 8
|
|
||||||
- 9
|
|
||||||
include:
|
include:
|
||||||
- { test: dist, num: '' }
|
- { test: dist, num: '' }
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user