Skip to content

Commit

Permalink
Revert "Intentionally break job"
Browse files Browse the repository at this point in the history
This reverts commit 01321e3.

It served its purpose: we know the CI jobs work!
  • Loading branch information
chiphogg committed Oct 28, 2024
1 parent 01321e3 commit 6f04043
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: 'test' },
{ extra_cmake_args: ' -DAU_EXCLUDE_GTEST_DEPENDENCY=TRUE', extra_targets: 'test' }
{ extra_cmake_args: ' -DAU_ENABLE_TESTING=FALSE', extra_targets: '' },
{ extra_cmake_args: ' -DAU_EXCLUDE_GTEST_DEPENDENCY=TRUE', extra_targets: '' }
]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 6f04043

Please sign in to comment.