udpated github ci

This commit is contained in:
Ruixiang Du
2020-10-23 14:43:15 +08:00
parent 2e22df5662
commit 13f9ae760f
2 changed files with 2 additions and 5 deletions

View File

@@ -18,7 +18,4 @@ jobs:
- name: Update git submodule
run: git submodule update --init --recursive
- name: Build and pack
run: mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack
- name: Run tests
run: ./build/bin/gtest_all
run: mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack