Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Apr 1, 2024
1 parent db4e3cc commit 3034f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
- name: Build project
run: >
cmake
--build cmake_build
--build cmake_build_main
--target all
- name: Run tests
run: |
cd cmake_build
cd cmake_build_main
(test -t 1 && GTEST_COLOR=1 PYTEST_ADDOPTS="--color=yes" ctest -V) || ctest -V

0 comments on commit 3034f7b

Please sign in to comment.