From 120b9c74c950eb821a62bbdc26edc1b2f5e5372e Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Wed, 25 Mar 2020 09:42:48 -0500 Subject: [PATCH] Edit whitespace, run tests to make sure macOS still passes #971 --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0cc6f13..7ab10d96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -158,7 +158,6 @@ jobs: export MAKEFLAGS=-j4 ./configure make - - name: Run tests run: | export MAKEFLAGS=-j4 @@ -216,6 +215,5 @@ jobs: export MAKEFLAGS=-j`nproc` ./configure --without-hdf5 --enable-32bit make - - name: Run tests run: make test