diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 09:16:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 09:16:54 (GMT) |
commit | 6724e7437741549543261f17e17e1eec93c56d86 (patch) | |
tree | 85d501a5336ac4e9c62e1630beb1481f653f7912 /.github | |
parent | 31e49b4c7c51802a095d7178f86cd7f2b82e89ce (diff) | |
parent | 29c768d6c98e6956dc6163a3de44befa37db0d95 (diff) | |
download | tcl-6724e7437741549543261f17e17e1eec93c56d86.zip tcl-6724e7437741549543261f17e17e1eec93c56d86.tar.gz tcl-6724e7437741549543261f17e17e1eec93c56d86.tar.bz2 |
Merge 8.6
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index f7624c4..b410aab 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -38,6 +38,8 @@ jobs: - name: Run Tests run: | make test + env: + ERROR_ON_FAILURES: 1 - name: Test-Drive Installation run: | make install |