[test] trying make check in the same step, to see if that makes a difference

This commit is contained in:
Al
2023-07-06 01:28:49 -04:00
parent 59325c3b13
commit d979fbb779

View File

@@ -25,12 +25,11 @@ jobs:
run: |
brew update
brew install curl autoconf automake libtool pkg-config
- name: Build
- name: Build and Test
env:
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
run: |
./bootstrap.sh
./configure --datadir=$LIBPOSTAL_DATA_DIR --disable-sse2
make
- name: Test
run: make check
make check