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

@ -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