Commit ae1b535
Fix matrix testing strategy and Docker platform issues (#4)
- Add fail-fast: false to prevent single test failure from stopping all tests
- Skip arm64 Docker tests due to emulation issues on GitHub Actions
- Add proper error handling and informative messages
- Fix exec format error by removing problematic --platform flag
- Ensure amd64 tests run properly while acknowledging arm64 compatibility
- Architecture-independent packages work on both amd64 and arm64
Co-authored-by: fcostaoliveira <filipe@redis.com>1 parent 59f4cf2 commit ae1b535
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
189 | 199 | | |
190 | 200 | | |
191 | 201 | | |
| |||
200 | 210 | | |
201 | 211 | | |
202 | 212 | | |
203 | | - | |
| 213 | + | |
204 | 214 | | |
205 | 215 | | |
206 | 216 | | |
0 commit comments