Edit whitespace, run tests to make sure macOS still passes #971

This commit is contained in:
Scott Fennell 2020-03-25 09:42:48 -05:00 committed by GitHub
parent 55f6cc0b5c
commit 120b9c74c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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