Minor github actions cleanup.

This commit is contained in:
John McNamara 2022-02-13 23:54:00 +00:00
parent a0ec7c3f8a
commit e807235b8b
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
build:
name:
Build with cmake
runs-on: ubuntu-latest
strategy:
@ -29,7 +29,7 @@ jobs:
sudo apt-get -y install zlib1g-dev
sudo apt-get -y install libminizip-dev
sudo apt-get -y install libssl-dev
- name: Configure CMake
working-directory: ${{ github.workspace }}/cmake
run: cmake .. -DBUILD_TESTS=${{ matrix.tests }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}

View File

@ -47,7 +47,7 @@ jobs:
run: ${{ matrix.make_flags }} make test_unit V=1
- name: test functional
run: ${{ matrix.make_flags }} make test_functional V=1
run: ${{ matrix.make_flags }} make test_functional V=1 -j
- name: test cpp
run: ${{ matrix.make_flags }} make test_cpp V=1