diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 08:42:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 08:42:27 (GMT) |
commit | 458c3e9cc52ef5bb2830bf17a89bfe5166d9f2a3 (patch) | |
tree | 1a64e9aaa2bbd6414e9828a2008b3d42bdf874bf | |
parent | 14ab9ebc5587ac72f4563e25cfbb4da049802c14 (diff) | |
download | tcl-458c3e9cc52ef5bb2830bf17a89bfe5166d9f2a3.zip tcl-458c3e9cc52ef5bb2830bf17a89bfe5166d9f2a3.tar.gz tcl-458c3e9cc52ef5bb2830bf17a89bfe5166d9f2a3.tar.bz2 |
ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing build
-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 e8fab61..909f407 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -36,6 +36,8 @@ jobs: - name: Run Tests run: | make test + env: + ERROR_ON_FAILURES: 1 - name: Test-Drive Installation run: | make install |