Skip to content

Commit

Permalink
Intentionally break job
Browse files Browse the repository at this point in the history
We will revert before landing.  But we want to show that the new jobs
would catch things like this.
  • Loading branch information
chiphogg committed Oct 28, 2024
1 parent 7d0442e commit 01321e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
options: [
{ extra_cmake_args: '', extra_targets: 'test' },
{ extra_cmake_args: ' -DAU_ENABLE_TESTING=FALSE', extra_targets: '' },
{ extra_cmake_args: ' -DAU_EXCLUDE_GTEST_DEPENDENCY=TRUE', extra_targets: '' }
{ extra_cmake_args: ' -DAU_ENABLE_TESTING=FALSE', extra_targets: 'test' },
{ extra_cmake_args: ' -DAU_EXCLUDE_GTEST_DEPENDENCY=TRUE', extra_targets: 'test' }
]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 01321e3

Please sign in to comment.