Skip to content

Commit 8e3978c

Browse files
committed
Exclude AppleClang build, ctest with Release
1 parent ce16ef4 commit 8e3978c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
matrix:
1919
compiler: [native, llvm]
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
21+
exclude:
22+
- os: macos-latest
23+
compiler: native
2224
steps:
2325
- name: Checkout code
2426
uses: actions/checkout@v4
@@ -40,4 +42,4 @@ jobs:
4042
run: cmake --build build --config Release
4143

4244
- name: Test
43-
run: ctest --test-dir build
45+
run: ctest --test-dir build --build-config Release

0 commit comments

Comments
 (0)