From 75a184a908eccfb646343cc6713fd0c75cd1eabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Mon, 8 Aug 2022 12:00:58 +0200 Subject: [PATCH] Revert "Disable fail-fast for ease of debugging" This reverts commit 82cb94133d92dda76100bdf3c6b18a24d71592f0. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d94979..7240e0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: test: name: Compile example document strategy: - fail-fast: false + fail-fast: true matrix: command: - texexec --passon="--shell-escape --8bit --interaction=nonstopmode" example.context