Skip to content

Commit

Permalink
Removed repeated work from build (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns authored Jun 8, 2023
1 parent 0e6b11a commit 779c374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:

- name: Build
working-directory: build
run: cmake --build .
run: cmake --build . --target test_xtensor_lib --parallel 8

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

0 comments on commit 779c374

Please sign in to comment.