[fix] same result running test as a separate step

This commit is contained in:
Al
2023-07-06 01:36:23 -04:00
parent d979fbb779
commit c76d020c18

View File

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