File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -115,15 +115,6 @@ jobs:
115115 matrix :
116116 vector :
117117 - jobname : osx-clang
118- cc : /opt/homebrew/bin/clang
119- pool : macos-14
120- - jobname : osx-reftable
121- cc : clang
122- pool : macos-14
123- - jobname : osx-gcc
124- cc : gcc-13
125- pool : macos-14
126- - jobname : osx-meson
127118 cc : clang
128119 pool : macos-14
129120 env :
@@ -136,6 +127,7 @@ jobs:
136127 steps :
137128 - uses : actions/checkout@v5
138129 - run : ci/install-dependencies.sh
130+ - run : env
139131 - run : ci/run-build-and-tests.sh
140132 - name : print test failures
141133 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ case "$jobname" in
5757 )
5858 ;;
5959* )
60- group Build make
61- group " Run tests" make test ||
62- handle_failed_tests
60+ group " Build" env
6361 ;;
6462esac
6563
You can’t perform that action at this time.
0 commit comments