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: build:
name: name:
Build with cmake Build with cmake
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -29,7 +29,7 @@ jobs:
sudo apt-get -y install zlib1g-dev sudo apt-get -y install zlib1g-dev
sudo apt-get -y install libminizip-dev sudo apt-get -y install libminizip-dev
sudo apt-get -y install libssl-dev sudo apt-get -y install libssl-dev
- name: Configure CMake - name: Configure CMake
working-directory: ${{ github.workspace }}/cmake working-directory: ${{ github.workspace }}/cmake
run: cmake .. -DBUILD_TESTS=${{ matrix.tests }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} 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 run: ${{ matrix.make_flags }} make test_unit V=1
- name: test functional - 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 - name: test cpp
run: ${{ matrix.make_flags }} make test_cpp V=1 run: ${{ matrix.make_flags }} make test_cpp V=1