fixed ci test binary path issue

This commit is contained in:
Ruixiang Du
2020-09-07 12:13:15 +08:00
parent dd8c1dbcf0
commit ff5ebb2260

View File

@@ -25,6 +25,6 @@ cpp-test:
- mkdir build && cd build
- cmake -DBUILD_TESTS=ON ..
- cmake --build .
- ./build/bin/gtest_all
- ./bin/gtest_all
# dependencies:
# - cpp-build