CI: Run coverage with SystemC

This commit is contained in:
Wilson Snyder 2021-03-28 11:14:44 -04:00
parent 64802f6f3d
commit 0b17d4f059

View File

@ -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 }}