Skip to content

Commit 8945703

Browse files
committed
Change release package build to only run CORE tests.
1 parent c951689 commit 8945703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cd build
2525
ninja
2626
- name: Run CTest
27-
run: cd build; ctest -V .
27+
run: cd build; ctest . -V -L CORE -C Release
2828
- name: Create packages
2929
id: create_packages
3030
run: |

0 commit comments

Comments
 (0)