Skip to content

Commit

Permalink
Merge branch 'US-JOET/couryrr/run-test-in-ci' into CI/reusable-workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik K <[email protected]>
  • Loading branch information
Dominik-K committed Dec 22, 2023
2 parents 97b0a72 + 4c7466d commit 71c02d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ if(CMAKE_RUN_CLANG_TIDY)
endif()

if(BUILD_TESTING)
enable_testing()
include(CTest)
add_subdirectory(tests)
endif()
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# C++ implementation of OCPP
![Github Actions](https://github.com/EVerest/libocpp/actions/workflows/build_and_test.yaml/badge.svg)

This is a C++ library implementation of OCPP for version 1.6 (https://www.openchargealliance.org/protocols/ocpp-16/) and 2.0.1 (https://www.openchargealliance.org/protocols/ocpp-201/). It enables charging stations to communicate with cloud backends for remote control, monitoring and billing of charging processes.

Expand Down

0 comments on commit 71c02d3

Please sign in to comment.