From 0f5608b28ab59992f63796b7c7de2f037cf620a8 Mon Sep 17 00:00:00 2001 From: Andrii Kuteiko Date: Tue, 10 Sep 2024 15:01:15 +0200 Subject: [PATCH] Tune github actions' configuration --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ceddf2d..6ab6aee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: erlang: - 24.2 @@ -30,3 +31,5 @@ jobs: - name: Run tests run: make test + env: + DEBUG: 1