Update test_32.yml

This commit is contained in:
Scott Fennell
2022-07-27 15:00:33 -05:00
committed by GitHub
parent 318603cda3
commit d80c4ff0c7

View File

@ -63,4 +63,6 @@ jobs:
./configure --without-hdf5 --enable-32bit
make
- name: Run tests
run: make test
run: |
echo $MAKEFLAGS $CXXFLAGS $CFLAGS
make test