Skip to content

Commit 9630f92

Browse files
committed
Test full build matrix
1 parent dc43b32 commit 9630f92

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
build: [ Debug ]
16-
compiler: [ [clang++-12, clang-12] ]
17-
#build: [ Debug, Release ]
18-
#compiler: [ clang++-12, g++-9 ]
16+
compiler: [ [clang++-12, clang-12], [g++-9, gcc-9] ]
17+
build: [ Debug, Release ]
1918

2019
continue-on-error: false
2120
steps:

0 commit comments

Comments
 (0)