Skip to content

Commit

Permalink
updated extended ci to correctly build code once instead of accidenta…
Browse files Browse the repository at this point in the history
…l too pass
  • Loading branch information
spectre-ns authored Nov 6, 2023
1 parent f0dff21 commit 8385fcb
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 @@ -56,8 +56,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 8385fcb

Please sign in to comment.