Skip to content

Commit

Permalink
Review of Emily
Browse files Browse the repository at this point in the history
Co-authored-by: Emily Bourne <[email protected]>
  • Loading branch information
tpadioleau and EmilyBourne committed Feb 21, 2025
1 parent a64884e commit 04ee850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
# All of these options are optional, so you can remove them if you are happy with the defaults
skip_after_successful_duplicate: 'true'
paths: '["src/**/*.hpp", "src/**/*.cpp", "tests/**/*.hpp", "tests/**/*.cpp", "simulations/**/*.hpp", "simulations/**/*.cpp", "**/CMakeLists.txt", "vendor/**", ".github/**", "toolchains/**"]'
paths: '["src/**/*.hpp", "src/**/*.cpp", "tests/**/*.hpp", "tests/**/*.cpp", "simulations/**/*.hpp", "simulations/**/*.cpp", "**/CMakeLists.txt", "vendor/**", ".github/**", "toolchains/docker.gyselalibxx_env/**"]'
cancel_others: 'false'

cpu_tests:
Expand Down
2 changes: 1 addition & 1 deletion toolchains/docker.gyselalibxx_env/tests_toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include(${CMAKE_CURRENT_LIST_DIR}/../cicd_default_toolchain.cmake)

# CMake options
set(CMAKE_BUILD_TYPE FakeDebug)
set(CMAKE_BUILD_TYPE Debug)

# Compiler options
set(CMAKE_CXX_FLAGS "-Wall -Werror=parentheses -Werror=unused-local-typedefs -Werror=unused-variable -Wno-sign-compare")
Expand Down

0 comments on commit 04ee850

Please sign in to comment.