[test] trying make check in the same step, to see if that makes a difference
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -25,12 +25,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install curl autoconf automake libtool pkg-config
|
brew install curl autoconf automake libtool pkg-config
|
||||||
- name: Build
|
- name: Build and Test
|
||||||
env:
|
env:
|
||||||
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
|
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
|
||||||
run: |
|
run: |
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure --datadir=$LIBPOSTAL_DATA_DIR --disable-sse2
|
./configure --datadir=$LIBPOSTAL_DATA_DIR --disable-sse2
|
||||||
make
|
make
|
||||||
- name: Test
|
make check
|
||||||
run: make check
|
|
||||||
|
|||||||
Reference in New Issue
Block a user