[fix] same result running test as a separate step
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user