Skip to content

Commit

Permalink
more test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 1, 2024
1 parent 45bee97 commit 046b4af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
test_docker:
strategy:
matrix:
build: [1,2]
build: [1,2,3,4]
include:
- { build: 1, lcg: dev3/latest, platform: x86_64-el9-gcc13-opt }
- { build: 2, lcg: dev3/latest, platform: x86_64-el9-clang16-opt }
- { build: 1, lcg: dev3/latest, platform: x86_64-el9-clang16-opt }
- { build: 2, lcg: dev3/latest, platform: x86_64-el9-gcc13-opt }
- { build: 3, lcg: dev3/latest, platform: x86_64-el9-gcc12-opt }
- { build: 4, lcg: dev3/latest, platform: x86_64-el9-gcc11-opt }
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 046b4af

Please sign in to comment.