Skip to content

Commit d1d03cd

Browse files
committed
test disable fast failure
1 parent c485588 commit d1d03cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
tarantool: ["2.11", "3.1"]
8+
tarantool: ["2.11"]
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: docker run -d -p 3301:3301 tarantool/tarantool:${{ matrix.tarantool }}

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
strategy:
7+
fail-fast: false
78
matrix:
89
php: ["8.1", "8.2", "8.3", "8.4"]
910
tarantool: ["2.10", "2.11"]

0 commit comments

Comments
 (0)