summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-06-15 09:19:40 +0200
committerGitHub <noreply@github.com>2020-06-15 09:19:40 +0200
commit76ea0462a37b9b5a7dd483416346ee7749b7bdc1 (patch)
tree9ef0d5e3a6ced9f5d53e18b9cfe0a763c7b0bba6
parentbe6c7afcd1eb87b150a285043520d46d23674070 (diff)
downloadninja-76ea0462a37b9b5a7dd483416346ee7749b7bdc1.tar.gz
GitHub Actions: Run ninja_test directly (Windows)
-rw-r--r--.github/workflows/windows.yml2
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