ci: add fail-fast

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-21 13:23:14 +03:00
parent 17f39253d0
commit 343ffd9f6e
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Build
name: CI
on:
push:
@ -10,8 +10,9 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
tests:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
rust:
@ -38,9 +39,6 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Build
run: cargo build --verbose
- uses: isbang/compose-action@v0.1
with:
compose-file: ./docker-compose.test.yml