diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2020-06-15 07:19:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 07:19:40 (GMT) |
commit | 76ea0462a37b9b5a7dd483416346ee7749b7bdc1 (patch) | |
tree | 9ef0d5e3a6ced9f5d53e18b9cfe0a763c7b0bba6 /.github/workflows | |
parent | be6c7afcd1eb87b150a285043520d46d23674070 (diff) | |
download | Ninja-76ea0462a37b9b5a7dd483416346ee7749b7bdc1.zip Ninja-76ea0462a37b9b5a7dd483416346ee7749b7bdc1.tar.gz Ninja-76ea0462a37b9b5a7dd483416346ee7749b7bdc1.tar.bz2 |
GitHub Actions: Run ninja_test directly (Windows)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d961582..4ac7fd1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,7 @@ jobs: cmake --build build --parallel --config Release - name: Test ninja - run: ctest -vv + run: ./ninja_test working-directory: build - name: Create ninja archive |