GitHub Actions: Run ninja_test directly (Windows)

This commit is contained in:
Jan Niklas Hasse 2020-06-15 09:19:40 +02:00 committed by GitHub
parent be6c7afcd1
commit 76ea0462a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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