pkg-config exttest is now expected to pass

This commit is contained in:
Dmitry Marakasov 2022-04-27 22:10:15 +03:00
parent 96befaf1a0
commit f52aea096c

View File

@ -71,7 +71,7 @@ jobs:
- name: Testing client code with pkg-config detection - name: Testing client code with pkg-config detection
run: | run: |
cd $GITHUB_WORKSPACE/exttests/pkg-config cd $GITHUB_WORKSPACE/exttests/pkg-config
make || true make
- name: Testing client code with pkg-config detection - name: Testing client code with pkg-config detection
run: | run: |
cd $GITHUB_WORKSPACE/exttests/cmake cd $GITHUB_WORKSPACE/exttests/cmake