Skip to content

Commit 779c374

Browse files
authored
Removed repeated work from build (#2711)
1 parent 0e6b11a commit 779c374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_extended.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102

103103
- name: Build
104104
working-directory: build
105-
run: cmake --build .
105+
run: cmake --build . --target test_xtensor_lib --parallel 8
106106

107107
- name: Run tests
108108
working-directory: build
109-
run: ctest --output-on-failure
109+
run: ctest -R ^xtest$ --output-on-failure

0 commit comments

Comments
 (0)