Skip to content

Commit

Permalink
bash -e
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jul 1, 2024
1 parent 22452c0 commit bad3cff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
./bin/python -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata --timeout 60
fi
EOF
bash /tmp/test.sh
bash -e /tmp/test.sh
build_cosmo:
name: Cosmopolitan ${{ inputs.python_version }} (build)
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
./bin/python.com -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata --timeout 60
fi
EOF
bash /tmp/test.sh
bash -e /tmp/test.sh
- name: Test in VM
if: ${{ matrix.os == 'NetBSD' }}
Expand All @@ -541,7 +541,7 @@ jobs:
./bin/python.com -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata --timeout 60
fi
EOF
bash /tmp/test.sh
bash -e /tmp/test.sh
- name: Test in VM
if: ${{ matrix.os == 'OpenBSD' }}
Expand All @@ -567,4 +567,4 @@ jobs:
./bin/python.com -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata --timeout 60
fi
EOF
bash /tmp/test.sh
bash -e /tmp/test.sh

0 comments on commit bad3cff

Please sign in to comment.