Browse Source

actually fail CI when NetBSD tests fail

Laytan Laats 1 year ago
parent
commit
61008232e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -22,6 +22,7 @@ jobs:
           pkgin -y in gmake git bash python311 llvm clang
           pkgin -y in gmake git bash python311 llvm clang
           ln -s /usr/pkg/bin/python3.11 /usr/bin/python3
           ln -s /usr/pkg/bin/python3.11 /usr/bin/python3
         run: |
         run: |
+          set -e -x
           git config --global --add safe.directory $(pwd)
           git config --global --add safe.directory $(pwd)
           gmake release
           gmake release
           ./odin version
           ./odin version