Skip to content

Commit 7b5ba16

Browse files
authored
Merge pull request #5487 from NlightNFotis/fix-release-build
Change release package build to only run CORE tests.
2 parents c951689 + 8945703 commit 7b5ba16

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)