diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 12ff1282..03054037 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,5 +16,7 @@ jobs: run: cmake --build build - name: Test - run: ctest -C Debug --output-on-failure + run: | + cd build + ctest -C Debug --output-on-failure |
