diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:36:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:36:11 +0300 |
commit | 6f15d75538d9616e3f661b88e5fb2f6c4e1522b2 (patch) | |
tree | c76f99b80494d45fb374d6bea6cd880c1a5c3f38 /.github/workflows | |
parent | update cmake-common (diff) | |
download | winapi-utf8-6f15d75538d9616e3f661b88e5fb2f6c4e1522b2.tar.gz winapi-utf8-6f15d75538d9616e3f661b88e5fb2f6c4e1522b2.zip |
add CTest tests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f990dd..d6e40a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,5 +71,7 @@ jobs: name: 'winapi-utf8-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/build/install/' - name: Test - run: ../build/install/bin/winapi-utf8-unit-tests + run: | + cd ../build/cmake + ctest -C '${{ env.CONFIGURATION }}' --verbose if: runner.os == 'Windows' |