Skip to content

Commit 1ac2243

Browse files
committed
x
1 parent d16cd77 commit 1ac2243

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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 != ''

ci/run-build-and-tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
;;
6462
esac
6563

0 commit comments

Comments
 (0)