From 38f91d74d6d3cbdd3d70991fbf374a7a0a5e8466 Mon Sep 17 00:00:00 2001 From: Sean Darcy Date: Tue, 29 Aug 2023 07:19:04 +1000 Subject: [PATCH] fix syntax in ci --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a494b..109227e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,10 @@ jobs: - name: CMake Generate run: cmake .. - working-directory: build - name: Compile run: make -j8 - working-directory: build - # Add steps for running tests if they exist. - name: Run tests - run: make test # Replace this with your test running command, if different. - working_directory: build + run: make test