From 5c9429982e8656ad166396d9da80e2de17c00d59 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 27 Nov 2020 15:52:18 -0800 Subject: [PATCH] ordering matters --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5ee6e5c..a12eec93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: ## This makes sure we're using the current version of the library. - run: sudo apt-get install ccache - run: make setup - - run: make smoke-sketches -j $(nproc) + - run: make -j $(nproc) smoke-sketches run-google-tests: runs-on: ubuntu-20.04 steps: @@ -25,7 +25,7 @@ jobs: # - uses: mxschmitt/action-tmate@v3 - run: sudo apt-get install ccache - run: make setup - - run: make simulator-tests -j $(nproc) + - run: make -j $(nproc) simulator-tests check-astyle: runs-on: ubuntu-latest steps: