GHA/non-native: fix OmniOS job to fail on tests
Before this patch a failed test did not result in a failed CI job. Closes #15160
This commit is contained in:
parent
b171ee6019
commit
3bd6728664
1
.github/workflows/non-native.yml
vendored
1
.github/workflows/non-native.yml
vendored
@ -191,6 +191,7 @@ jobs:
|
||||
# https://pkg.omnios.org/r151050/core/en/index.shtml
|
||||
prepare: pkg install build-essential libtool
|
||||
run: |
|
||||
set -e
|
||||
ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env.
|
||||
autoreconf -fi
|
||||
mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-warnings --enable-werror \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user