Skip to content

Commit

Permalink
chore: do not fail fast for matrix tests. (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <[email protected]>
  • Loading branch information
liangyuanpeng authored Aug 20, 2024
1 parent faa14db commit 2067204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
push:
branches:
- main

jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [ '1.20', '1.21', '1.22', '1.23' ]
steps:
Expand Down

0 comments on commit 2067204

Please sign in to comment.