Skip to content

Commit

Permalink
Merge pull request #105 from phbasler/Catch332
Browse files Browse the repository at this point in the history
Bump catch to 3.3.2
  • Loading branch information
phbasler authored Mar 3, 2023
2 parents 234781f + 6b1b5f3 commit dfaeb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install conan
run: pip install conan
run: pip install conan<2.0
- name: Refresh Shell
run: refreshenv
- name: Get number of CPU cores
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT Catch2_FOUND)
Catch2
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.1.0)
GIT_TAG v3.3.2)
FetchContent_MakeAvailable(Catch2)

set(CodeCoverageExcludesFromOtherPkgs
Expand Down

1 comment on commit dfaeb8e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: dfaeb8e Previous: 234781f Ratio
BM_EWPT/repeats:5_stddev 895175269.664711 ns/iter 408533293.353843 ns/iter 2.19
BM_EWPT/repeats:5_cv 0.16648658876560207 ns/iter 0.07918057875783606 ns/iter 2.10

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.