From 7900f0a3a9157bd7161ab72b95a4683fe78f847e Mon Sep 17 00:00:00 2001 From: JosiahWI <41302989+JosiahWI@users.noreply.github.com> Date: Sun, 16 Oct 2022 22:45:10 -0500 Subject: [PATCH] Fix path to tests in CI and use Ninja --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc5660e6..67864e86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Test run: | - ./bin/Linux/tests/tests + ./bin/Linux/tests - name: Test run: |