From c6148b0c3377a7d12b679f99f35e09cc7f36e940 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Thu, 14 May 2020 11:07:24 +0200 Subject: GitHub Actions: Run ninja_test directly --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aaa8d92..71cd06e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -32,7 +32,7 @@ jobs: strip build/ninja - name: Test ninja - run: ctest -vv + run: ./ninja_test working-directory: build - name: Create ninja archive -- cgit v0.12