Skip to content

Commit

Permalink
Hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Sep 16, 2024
1 parent 35d6fbf commit a23a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/speed_comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.working_directory }}/cmake-build-release --target SpeedComparison -j 8

- name: Run generated tests
run: ${{ steps.strings.outputs.working_directory }}/cmake-build-release/SpeedComparison --gtest_filter=* --gtest_color=yes --gtest_output=xml:tests.xml
run: ${{ steps.strings.outputs.working_directory }}/cmake-build-release/SpeedComparison --gtest_filter=* --gtest_color=yes

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 2 additions & 0 deletions test/speed_comparison/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ add_subdirectory(${cryptopplib_SOURCE_DIR})
find_package(PkgConfig)
pkg_check_modules(GMP REQUIRED IMPORTED_TARGET gmp)

set(GTEST_OUTPUT "xml:tests.xml")

enable_testing()

file(GLOB Tests *.cpp)
Expand Down

0 comments on commit a23a991

Please sign in to comment.