From 6eeeeac440960a868a4edecd92db3efd8099f312 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 --- irr/.github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irr/.github/workflows/build.yml b/irr/.github/workflows/build.yml index dc5660e6a..67864e86e 100644 --- a/irr/.github/workflows/build.yml +++ b/irr/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Test run: | - ./bin/Linux/tests/tests + ./bin/Linux/tests - name: Test run: |