From 343ffd9f6e25017497f56a4d88de0bea78d0a885 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 21 Jul 2022 13:23:14 +0300 Subject: [PATCH] ci: add fail-fast --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dc7b87..d391102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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