diff --git a/.github/workflows/dynamic.yml b/.github/workflows/dynamic.yml index eea6ae1fb0f..f2bddb67ffc 100644 --- a/.github/workflows/dynamic.yml +++ b/.github/workflows/dynamic.yml @@ -44,9 +44,10 @@ jobs: uses: actions/checkout@v2 - name: Build and Test run: | - cmake -B build -DENABLE_ASAN=1 + cmake -B build -DENABLE_ASAN=1 -DBUILD_TESTING=ON cmake --build build -j16 - ctest --test-dir build --verbose + cmake --install build + cmake --build build --target test ARGS="-V" - name: Publish Report to Dashboard uses: crazy-max/ghaction-github-pages@v2 with: