Fix the tests location

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 17:52:13 +02:00
parent 54515f19f6
commit 792d1898bb

View File

@ -30,6 +30,6 @@ jobs:
run: cmake --build build --config ${{ matrix.build_type }}
- name: test
run: |
cd tests
cd build
ctest -VV
cd ..