From d2b1798192974739968a757c0f4bb5f087dccc3e Mon Sep 17 00:00:00 2001 From: Quim Muntal Date: Sat, 6 Feb 2021 20:51:40 +0100 Subject: [PATCH] add make --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d84560..1bd7b31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,5 +31,7 @@ jobs: env: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} + - run: make -j10 + working-directory: ./_gh_build - run: ./draco_tests working-directory: ./_gh_build