Skip to content

Commit

Permalink
fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminghuang committed Sep 28, 2024
1 parent 79d9813 commit e65b038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
compiler: [gcc-12, gcc-13, gcc-14, clang-16, clang-17, clang-18]
build_type: [Release, Debug]
protoc: [find]
include:
- sanitize: no
- sanitize: OFF
- build_type: Debug
sanitize: yes
sanitize: ON

runs-on: ubuntu-24.04

Expand Down

0 comments on commit e65b038

Please sign in to comment.