feat(CI): move modules build into separate workflow (#6277)

This commit is contained in:
Patrick Lewis
2021-06-17 14:54:39 -07:00
committed by GitHub
parent 3da83cc0e6
commit d0c6e137fa
3 changed files with 54 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
# the result of the matrix will be the combination of all attributes, so we get os*compiler*modules builds
os: [ubuntu-20.04]
compiler: [clang]
modules: [with, without]
modules: [without]
extra_logs: [false]
# we can include specific combinations here
include: