Skip to content

Commit

Permalink
Change: to exculde benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshakir committed Dec 2, 2024
1 parent c8b661e commit 25d0726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:

- name: Test
working-directory: build
run: ctest --output-on-failure
run: ctest -LE benchmark --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:

- name: Test
working-directory: build
run: ctest --output-on-failure
run: ctest -LE benchmark --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/windows_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:

- name: Test
working-directory: build
run: ctest --output-on-failure -C Release
run: ctest -LE benchmark --output-on-failure -C Release
2 changes: 1 addition & 1 deletion .github/workflows/windows_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test
working-directory: build
run: ctest --output-on-failure -C ${{ env.BUILD_TYPE }}
run: ctest -LE benchmark --output-on-failure -C ${{ env.BUILD_TYPE }}

- name: Diagnostics if build fails
if: failure()
Expand Down

0 comments on commit 25d0726

Please sign in to comment.