From cb8d7c533f85d2d1dd6726d2ef5e7fecad0a205f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 18 Apr 2021 21:14:19 +0200 Subject: [PATCH] Update MacS-M1-make.yml try simple steps --- .github/workflows/MacS-M1-make.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/MacS-M1-make.yml b/.github/workflows/MacS-M1-make.yml index aef763150d..94cb6f23f3 100644 --- a/.github/workflows/MacS-M1-make.yml +++ b/.github/workflows/MacS-M1-make.yml @@ -31,9 +31,9 @@ jobs: run: mkdir -p $PWD/localbin_${{ matrix.arch }}; ./configure --prefix=$PWD/localbin_${{ matrix.arch }} - name: make run: make -j4 + - name: make install + run: make install - name: make tests run: make -j4 -C tests - - name: make minimal sample - run: make install;make -j4 -C samples/minimal -f makefile.unx clean;make -j4 -C samples/minimal -f makefile.unx - name: run tests - run: pushd tests;./test;popd + run: pushd tests;./test;popd