diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-03 15:43:03 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-03 15:43:35 +0200 |
| commit | 61008232e4491ae2bb0008c913864dcadd80084f (patch) | |
| tree | 3ab1625d52ccb6f35b35827e6af3cea19bfc4e62 | |
| parent | 90e573c54a76d3b1292cbe99102731abd6937305 (diff) | |
actually fail CI when NetBSD tests fail
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdb94662f..0c9266328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: pkgin -y in gmake git bash python311 llvm clang ln -s /usr/pkg/bin/python3.11 /usr/bin/python3 run: | + set -e -x git config --global --add safe.directory $(pwd) gmake release ./odin version |